[Git][haskell-team/DHG_packages][master] wizards: patch for newer haskeline
Clint Adams (@clint)
gitlab at salsa.debian.org
Wed Jun 22 20:43:46 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e49ea75a by Clint Adams at 2022-06-22T15:43:17-04:00
wizards: patch for newer haskeline
- - - - -
4 changed files:
- p/haskell-wizards/debian/changelog
- p/haskell-wizards/debian/control
- + p/haskell-wizards/debian/patches/newer-deps
- + p/haskell-wizards/debian/patches/series
Changes:
=====================================
p/haskell-wizards/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-wizards (1.0.3-3) unstable; urgency=medium
+
+ * Patch for newer haskeline.
+
+ -- Clint Adams <clint at debian.org> Wed, 22 Jun 2022 15:41:01 -0400
+
haskell-wizards (1.0.3-2) unstable; urgency=medium
* Sourceful upload for GHC 8.8
=====================================
p/haskell-wizards/debian/control
=====================================
@@ -11,13 +11,13 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-control-monad-free-dev (<< 0.7),
libghc-control-monad-free-dev (>= 0.5),
+ libghc-control-monad-free-dev (<< 0.7),
libghc-control-monad-free-prof,
Build-Depends-Indep:
ghc-doc,
libghc-control-monad-free-doc,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
Homepage: https://hackage.haskell.org/package/wizards
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-wizards
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-wizards]
=====================================
p/haskell-wizards/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/wizards.cabal
++++ b/wizards.cabal
+@@ -83,7 +83,7 @@ Library
+ Extensions: OverlappingInstances
+
+ -- Packages needed in order to build this package.
+- Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7
++ Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7
+
+ -- Modules not exported by this package.
+ -- Other-modules:
=====================================
p/haskell-wizards/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e49ea75a6316edd16a24f3c91df20c3cccde46c1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e49ea75a6316edd16a24f3c91df20c3cccde46c1
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/20220622/5b1c4197/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list