[Git][haskell-team/DHG_packages][master] persistent-template: patch for newer build dependencies

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 20:43:13 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
97112961 by Clint Adams at 2019-09-01T19:42:22Z
persistent-template: patch for newer build dependencies

- - - - -


3 changed files:

- p/haskell-persistent-template/debian/changelog
- p/haskell-persistent-template/debian/control
- p/haskell-persistent-template/debian/patches/newer-deps


Changes:

=====================================
p/haskell-persistent-template/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-persistent-template (2.5.4-5) unstable; urgency=medium
+
+  * Patch for newer build dependencies.
+
+ -- Clint Adams <clint at 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


=====================================
p/haskell-persistent-template/debian/control
=====================================
@@ -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]
 


=====================================
p/haskell-persistent-template/debian/patches/newer-deps
=====================================
@@ -1,5 +1,3 @@
-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 at 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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/971129614e66319f842d293b9bc9ec6d57366beb

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/971129614e66319f842d293b9bc9ec6d57366beb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190901/f1e6d787/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list