Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
haskell-onetuple: patch for newer deps
· 72eee471
Gianfranco Costamagna
authored
Aug 23, 2019
72eee471
haskell-singleton-bool: patch for newer deps
· e88bf5c8
Gianfranco Costamagna
authored
Aug 23, 2019
e88bf5c8
Show whitespace changes
Inline
Side-by-side
p/haskell-onetuple/debian/changelog
View file @
e88bf5c8
haskell-onetuple (0.2.2-3) unstable; urgency=medium
* Patch for newer deps
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 23 Aug 2019 15:02:07 +0200
haskell-onetuple (0.2.2-2) unstable; urgency=medium
* Bump debhelper compat level to 10
...
...
p/haskell-onetuple/debian/patches/newer-deps
0 → 100644
View file @
e88bf5c8
--- haskell-onetuple-0.2.2.orig/OneTuple.cabal
+++ haskell-onetuple-0.2.2/OneTuple.cabal
@@ -37,7 +37,7 @@
source-repository head
library
default-language: Haskell98
Exposed-Modules: Data.Tuple.OneTuple
- Build-depends: base >= 4.3 && <4.12
+ Build-depends: base >= 4.3 && <4.13
if !impl(ghc >= 8.0)
Build-depends: semigroups >=0.18.4 && <0.19
p/haskell-onetuple/debian/patches/series
0 → 100644
View file @
e88bf5c8
newer-deps
p/haskell-singleton-bool/debian/changelog
View file @
e88bf5c8
haskell-singleton-bool (0.1.4-3) unstable; urgency=medium
* patch for newer deps
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 23 Aug 2019 15:09:26 +0200
haskell-singleton-bool (0.1.4-2) unstable; urgency=medium
[ Clint Adams ]
...
...
p/haskell-singleton-bool/debian/patches/newer-deps
0 → 100644
View file @
e88bf5c8
--- haskell-singleton-bool-0.1.4.orig/singleton-bool.cabal
+++ haskell-singleton-bool-0.1.4/singleton-bool.cabal
@@ -35,7 +35,7 @@
library
src
ghc-options: -Wall
build-depends:
- base >=4.6 && <4.12
+ base >=4.6 && <4.13
exposed-modules:
Data.Singletons.Bool
default-language: Haskell2010
p/haskell-singleton-bool/debian/patches/series
0 → 100644
View file @
e88bf5c8
newer-deps