diff options
author | Clint Adams <clint@debian.org> | 2016-03-13 17:29:59 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2016-03-13 17:39:02 -0400 |
commit | debeb364b403425dfa8d071e9d55cb926dddd718 (patch) | |
tree | a5db81365df60a769b124d4c2747d7045a77edf0 /p/haskell-http-api-data/debian | |
parent | 3bb86db3486874b9b08be7f54ef6809d56ec1638 (diff) | |
download | DHG_packages-debeb364b403425dfa8d071e9d55cb926dddd718.tar.gz |
http-api-data: Upgrading from 0.2.1 to 0.2.2
Diffstat (limited to 'p/haskell-http-api-data/debian')
-rw-r--r-- | p/haskell-http-api-data/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-http-api-data/debian/control | 12 |
2 files changed, 14 insertions, 4 deletions
diff --git a/p/haskell-http-api-data/debian/changelog b/p/haskell-http-api-data/debian/changelog index 8df68acda..62463638d 100644 --- a/p/haskell-http-api-data/debian/changelog +++ b/p/haskell-http-api-data/debian/changelog @@ -1,3 +1,9 @@ +haskell-http-api-data (0.2.2-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Sun, 13 Mar 2016 17:29:59 -0400 + haskell-http-api-data (0.2.1-1) unstable; urgency=low * Initial release diff --git a/p/haskell-http-api-data/debian/control b/p/haskell-http-api-data/debian/control index 68286015f..51387097f 100644 --- a/p/haskell-http-api-data/debian/control +++ b/p/haskell-http-api-data/debian/control @@ -12,16 +12,20 @@ Build-Depends: debhelper (>= 9), libghc-text-prof, libghc-text-show-dev (>= 2), libghc-text-show-prof, + libghc-time-locale-compat-dev, + libghc-time-locale-compat-prof, + libghc-doctest-dev, + libghc-glob-dev, libghc-hspec-dev (>= 1.3), + libghc-hunit-dev, libghc-quickcheck2-dev, - libghc-glob-dev, - libghc-doctest-dev, Build-Depends-Indep: ghc-doc, libghc-text-doc, libghc-text-show-doc, -Standards-Version: 3.9.6 + libghc-time-locale-compat-doc, +Standards-Version: 3.9.7 Homepage: http://github.com/fizruk/http-api-data -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-api-data Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git X-Description: converting to/from HTTP API data This package defines typeclasses used for converting Haskell data |