[Git][haskell-team/package-plan][master] patch generic-trie
Clint Adams
gitlab at salsa.debian.org
Fri Apr 27 13:50:46 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / package-plan
Commits:
b6336b66 by Clint Adams at 2018-04-27T08:50:38-04:00
patch generic-trie
- - - - -
5 changed files:
- packages.txt
- + patches/generic-trie/0.3.0.2/newer-base
- + patches/generic-trie/0.3.0.2/series
- + patches/lucid-svg/0.7.0.0/newer-base
- + patches/lucid-svg/0.7.0.0/series
Changes:
=====================================
packages.txt
=====================================
--- a/packages.txt
+++ b/packages.txt
@@ -286,7 +286,7 @@ ftphs 1.0.9.1
gd 3000.7.3
generic-deriving 1.12.1
generics-sop 0.3.2.0
-generic-trie 0.3.0.2 ignore # BROKEN: LTS 11: newer base
+generic-trie 0.3.0.2
geniplate-mirror 0.7.6
genvalidity 0.4.0.4
genvalidity-property 0.1.0.0
@@ -505,7 +505,7 @@ logging-facade 0.3.0
logict 0.6.0.2
lrucache 1.2.0.0
lucid 2.9.10
-lucid-svg 0.7.0.0 ignore # BROKEN: LTS 11: newer base
+lucid-svg 0.7.0.0
magic 1.1
map-syntax 0.3 ahead
markdown 0.1.17.1
=====================================
patches/generic-trie/0.3.0.2/newer-base
=====================================
--- /dev/null
+++ b/patches/generic-trie/0.3.0.2/newer-base
@@ -0,0 +1,11 @@
+--- a/generic-trie.cabal
++++ b/generic-trie.cabal
+@@ -25,7 +25,7 @@
+ library
+ exposed-modules: Data.GenericTrie,
+ Data.GenericTrie.Internal
+- build-depends: base >= 4.5 && < 4.10,
++ build-depends: base >= 4.5 && < 5,
+ transformers >= 0.2 && < 0.6,
+ containers >= 0.4.2.1 && < 0.6
+ GHC-options: -O2 -Wall
=====================================
patches/generic-trie/0.3.0.2/series
=====================================
--- /dev/null
+++ b/patches/generic-trie/0.3.0.2/series
@@ -0,0 +1 @@
+newer-base
=====================================
patches/lucid-svg/0.7.0.0/newer-base
=====================================
--- /dev/null
+++ b/patches/lucid-svg/0.7.0.0/newer-base
@@ -0,0 +1,11 @@
+--- a/lucid-svg.cabal
++++ b/lucid-svg.cabal
+@@ -19,7 +19,7 @@
+ Lucid.Svg.Path,
+ Lucid.Svg.Elements,
+ Lucid.Svg.Attributes
+- build-depends: base >= 4.5 && < 4.10,
++ build-depends: base >= 4.5 && < 5,
+ blaze-builder >= 0.2 && < 0.5,
+ transformers >= 0.2 && < 0.6,
+ text >= 0.11 && < 1.3,
=====================================
patches/lucid-svg/0.7.0.0/series
=====================================
--- /dev/null
+++ b/patches/lucid-svg/0.7.0.0/series
@@ -0,0 +1 @@
+newer-base
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/b6336b66b093a1740f0529c6e982fba924b85025
---
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/commit/b6336b66b093a1740f0529c6e982fba924b85025
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/20180427/9f72fc21/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list