diff options
Diffstat (limited to 'p/haskell-utf8-string/debian')
| -rw-r--r-- | p/haskell-utf8-string/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-utf8-string/debian/patches/newer-base | 11 | ||||
| -rw-r--r-- | p/haskell-utf8-string/debian/patches/series | 1 |
3 files changed, 18 insertions, 2 deletions
diff --git a/p/haskell-utf8-string/debian/changelog b/p/haskell-utf8-string/debian/changelog index 6ddf176be..a281cb1e6 100644 --- a/p/haskell-utf8-string/debian/changelog +++ b/p/haskell-utf8-string/debian/changelog @@ -1,10 +1,14 @@ -haskell-utf8-string (1.0.1.1-2) UNRELEASED; urgency=medium +haskell-utf8-string (1.0.1.1-2) unstable; urgency=medium + [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:25 +0300 + [ Clint Adams ] + * Patch to build with GHC 8. + + -- Clint Adams <clint@debian.org> Wed, 29 Jun 2016 16:08:37 +0200 haskell-utf8-string (1.0.1.1-1) unstable; urgency=medium diff --git a/p/haskell-utf8-string/debian/patches/newer-base b/p/haskell-utf8-string/debian/patches/newer-base new file mode 100644 index 000000000..8ea6c9160 --- /dev/null +++ b/p/haskell-utf8-string/debian/patches/newer-base @@ -0,0 +1,11 @@ +--- a/utf8-string.cabal ++++ b/utf8-string.cabal +@@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4 + library + Ghc-options: -W -O2 + +- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9 ++ build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9 + + Extensions: CPP + Exposed-modules: Codec.Binary.UTF8.String diff --git a/p/haskell-utf8-string/debian/patches/series b/p/haskell-utf8-string/debian/patches/series new file mode 100644 index 000000000..5831f6310 --- /dev/null +++ b/p/haskell-utf8-string/debian/patches/series @@ -0,0 +1 @@ +newer-base |
