Commit 97112961 authored by Clint Adams's avatar Clint Adams
Browse files

persistent-template: patch for newer build dependencies

parent 39ec87fa
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-persistent-template (2.5.4-5) unstable; urgency=medium

  * Patch for newer build dependencies.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 15:41:10 -0400

haskell-persistent-template (2.5.4-4) unstable; urgency=medium

  * Newer build-deps from hackage
+3 −4
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ Build-Depends:
 libghc-aeson-compat-prof,
 libghc-hspec-dev (>= 1.3),
 libghc-http-api-data-dev (>= 0.2),
 libghc-http-api-data-dev (<< 0.4),
 libghc-http-api-data-prof,
 libghc-monad-control-dev (<< 1.1),
 libghc-monad-control-dev (>= 0.2),
@@ -30,8 +29,8 @@ Build-Depends:
 libghc-path-pieces-dev,
 libghc-path-pieces-prof,
 libghc-persistent-dev,
 libghc-persistent-dev (<< 3),
 libghc-persistent-dev (>= 2.5),
 libghc-persistent-dev (<< 2.10),
 libghc-persistent-prof,
 libghc-quickcheck2-dev,
 libghc-tagged-dev,
@@ -49,8 +48,8 @@ Build-Depends-Indep:
 libghc-persistent-doc,
 libghc-tagged-doc,
 libghc-unordered-containers-doc,
Standards-Version: 4.1.4
Homepage: http://www.yesodweb.com/book/persistent
Standards-Version: 4.4.0
Homepage: https://www.yesodweb.com/book/persistent
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-persistent-template
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-persistent-template]

+8 −3
Original line number Diff line number Diff line
Index: b/persistent-template.cabal
===================================================================
--- a/persistent-template.cabal
+++ b/persistent-template.cabal
@@ -1,5 +1,6 @@
@@ -9,7 +7,7 @@ Index: b/persistent-template.cabal
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -23,7 +24,7 @@ library
@@ -23,13 +24,13 @@
                    , text                     >= 0.5
                    , transformers             >= 0.2       && < 0.6
                    , containers
@@ -18,3 +16,10 @@ Index: b/persistent-template.cabal
                    , aeson-compat             >= 0.3.2.0   && < 0.4
                    , monad-logger
                    , unordered-containers
                    , tagged
                    , path-pieces
-                   , http-api-data            >= 0.2       && < 0.4
+                   , http-api-data            >= 0.2
                    , ghc-prim
     exposed-modules: Database.Persist.TH
     ghc-options:     -Wall