diff options
| author | Clint Adams <clint@debian.org> | 2016-06-29 16:51:34 +0200 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-06-29 16:51:34 +0200 |
| commit | 274c9878a709dfba172042866178095afb4641aa (patch) | |
| tree | 49e3bcf7df225cc8a532d9c1c3ac8775356ef197 /p/haskell-utf8-string | |
| parent | 641eee5c1744066d2f8a4e2209375be0fffed823 (diff) | |
| parent | eadba84308d4c7ee5c208f547e88ceb291931187 (diff) | |
| download | DHG_packages-274c9878a709dfba172042866178095afb4641aa.tar.gz | |
Merge remote-tracking branch 'origin/master' into experimental
Diffstat (limited to 'p/haskell-utf8-string')
| -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, 16 insertions, 4 deletions
diff --git a/p/haskell-utf8-string/debian/changelog b/p/haskell-utf8-string/debian/changelog index f9baaaf43..a281cb1e6 100644 --- a/p/haskell-utf8-string/debian/changelog +++ b/p/haskell-utf8-string/debian/changelog @@ -1,14 +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 - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Patch to build with GHC 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:25 +0300 + -- 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 |
