diff options
author | Clint Adams <clint@debian.org> | 2017-06-17 15:18:49 -0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2017-06-18 11:41:02 -0400 |
commit | 8cd8cd5442a40976a9880c7627431fdfcb3f21d4 (patch) | |
tree | 77dae90cb193d5526bdab638b573699cf4d8ceec /p/haskell-persistent-sqlite | |
parent | 6b57cf8a4104d092376ebee3fa5b6822456c5e88 (diff) | |
download | DHG_packages-8cd8cd5442a40976a9880c7627431fdfcb3f21d4.tar.gz |
persistent-sqlite: Upgrading from 2.6 to 2.6.2
Diffstat (limited to 'p/haskell-persistent-sqlite')
-rw-r--r-- | p/haskell-persistent-sqlite/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-persistent-sqlite/debian/control | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/p/haskell-persistent-sqlite/debian/changelog b/p/haskell-persistent-sqlite/debian/changelog index a54ba4206..6243e7623 100644 --- a/p/haskell-persistent-sqlite/debian/changelog +++ b/p/haskell-persistent-sqlite/debian/changelog @@ -1,3 +1,9 @@ +haskell-persistent-sqlite (2.6.2-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 15:18:49 -0400 + haskell-persistent-sqlite (2.6-2) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff --git a/p/haskell-persistent-sqlite/debian/control b/p/haskell-persistent-sqlite/debian/control index e8b0320d6..006db4c11 100644 --- a/p/haskell-persistent-sqlite/debian/control +++ b/p/haskell-persistent-sqlite/debian/control @@ -14,14 +14,16 @@ Build-Depends: libghc-aeson-prof, libghc-conduit-dev (>= 0.5.3), libghc-conduit-prof, + libghc-microlens-th-dev (>= 0.4.1.1), + libghc-microlens-th-prof, libghc-monad-control-dev (>= 0.2), libghc-monad-control-prof, libghc-monad-logger-dev (>= 0.2.4), libghc-monad-logger-prof, libghc-old-locale-dev, libghc-old-locale-prof, + libghc-persistent-dev (>= 2.6.1), libghc-persistent-dev (<< 3), - libghc-persistent-dev (>= 2.6), libghc-persistent-prof, libghc-resource-pool-dev, libghc-resource-pool-prof, @@ -29,11 +31,14 @@ Build-Depends: libghc-resourcet-prof, libghc-text-dev (>= 0.7), libghc-text-prof, + libghc-unordered-containers-dev, + libghc-unordered-containers-prof, libsqlite3-dev, Build-Depends-Indep: ghc-doc, libghc-aeson-doc, libghc-conduit-doc, + libghc-microlens-th-doc, libghc-monad-control-doc, libghc-monad-logger-doc, libghc-old-locale-doc, @@ -41,6 +46,7 @@ Build-Depends-Indep: libghc-resource-pool-doc, libghc-resourcet-doc, libghc-text-doc, + libghc-unordered-containers-doc, Standards-Version: 3.9.8 Homepage: http://www.yesodweb.com/book/persistent Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-persistent-sqlite |