Skip to content
Commits on Source (2)
haskell-generic-deriving (1.12.1-2) UNRELEASED; urgency=medium
haskell-generic-deriving (1.12.2-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream release
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:43 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:08:55 -0400
haskell-generic-deriving (1.12.1-1) unstable; urgency=medium
......
......@@ -9,8 +9,11 @@ Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.13),
ghc (>= 8),
ghc-prof,
ghc-ghci,
libghc-th-abstraction-dev (>= 0.2.7),
libghc-th-abstraction-dev (<< 0.3),
libghc-th-abstraction-prof,
Build-Depends-Indep: ghc-doc,
libghc-th-abstraction-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/generic-deriving
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-generic-deriving
......
haskell-generic-trie (0.3.0.2-6) UNRELEASED; urgency=medium
haskell-generic-trie (0.3.1-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* New upstream version.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:43 -0400
-- Clint Adams <clint@debian.org> Tue, 03 Jul 2018 08:09:57 -0400
haskell-generic-trie (0.3.0.2-5) unstable; urgency=medium
......
--- 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