Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
generic-deriving: Upgrading from 1.12.1 to 1.12.2
· f09572c9
Clint Adams
authored
Jul 03, 2018
f09572c9
generic-trie: Upgrading from 0.3.0.2 to 0.3.1
· 0a050596
Clint Adams
authored
Jul 03, 2018
0a050596
Show whitespace changes
Inline
Side-by-side
p/haskell-generic-deriving/debian/changelog
View file @
0a050596
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
...
...
p/haskell-generic-deriving/debian/control
View file @
0a050596
...
...
@@ -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
...
...
p/haskell-generic-trie/debian/changelog
View file @
0a050596
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
...
...
p/haskell-generic-trie/debian/patches/newer-base
deleted
100644 → 0
View file @
242ff139
--- 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
p/haskell-generic-trie/debian/patches/series
deleted
100644 → 0
View file @
242ff139
newer-base