Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
haskell-config-value: patch for newer deps
· 131faabd
Gianfranco Costamagna
authored
Aug 25, 2019
131faabd
haskell-iospec: update to new release
· a38937b0
Gianfranco Costamagna
authored
Aug 25, 2019
a38937b0
haskell-language-python: patch for new containers
· 0c0a90f4
Gianfranco Costamagna
authored
Aug 25, 2019
0c0a90f4
Show whitespace changes
Inline
Side-by-side
p/haskell-config-value/debian/changelog
View file @
0c0a90f4
haskell-config-value (0.6.3.1-4) unstable; urgency=medium
* Patch for newer deps.
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 04 Aug 2019 08:05:22 +0200
haskell-config-value (0.6.3.1-3) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
...
...
p/haskell-config-value/debian/patches/newer-deps
0 → 100644
View file @
0c0a90f4
--- haskell-config-value-0.6.3.1.orig/config-value.cabal
+++ haskell-config-value-0.6.3.1/config-value.cabal
@@ -33,7 +33,7 @@
library
Config.Pretty,
Config.Value
- build-depends: base >= 4.8 && < 4.12,
+ build-depends: base >= 4.8 && < 4.13,
array >= 0.4 && < 0.6,
pretty >= 1.1.1.0 && < 1.2,
text >= 1.2.0.4 && < 1.3
p/haskell-config-value/debian/patches/series
0 → 100644
View file @
0c0a90f4
newer-deps
p/haskell-iospec/debian/changelog
View file @
0c0a90f4
haskell-iospec (0.3.1.1-1) unstable; urgency=medium
* New upstream release
* Update copyright file
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 25 Aug 2019 15:26:16 +0200
haskell-iospec (0.3-7) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
...
...
p/haskell-iospec/debian/copyright
View file @
0c0a90f4
...
...
@@ -4,7 +4,10 @@ Upstream-Contact: Wouter Swierstra <wouter.swierstra@gmail.com>
Source: https://hackage.haskell.org/package/IOSpec
Files: *
Copyright: 2006 Wouter Swierstra <wouter.swierstra@gmail.com>
Copyright: 2006-2009,2011,2012,2015,2018 Wouter Swierstra <wouter.swierstra@gmail.com>
2009 Yusaku Hashimoto 2009
2015 Nikolay Amiantov 2015
2018 Bertram Felgenhauer 2018
License: BSD-3-clause
Files: debian/*
...
...
p/haskell-language-python/debian/changelog
View file @
0c0a90f4
haskell-language-python (0.5.6-2) unstable; urgency=medium
* Patch for new containers
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 25 Aug 2019 15:36:08 +0200
haskell-language-python (0.5.6-1) unstable; urgency=medium
* New upstream release (Closes: #903619, Closes: #917171)
...
...
p/haskell-language-python/debian/patches/newer-deps
0 → 100644
View file @
0c0a90f4
--- haskell-language-python-0.5.6.orig/language-python.cabal
+++ haskell-language-python-0.5.6/language-python.cabal
@@ -28,7 +28,7 @@
Library
ghc-options: -fwarn-incomplete-patterns -fwarn-unused-imports -fwarn-warnings-deprecations
build-depends:
base == 4.*,
- containers == 0.5.*,
+ containers == 0.6.*,
pretty == 1.1.*,
array >= 0.4 && < 0.6,
transformers >= 0.3 && < 0.6,
p/haskell-language-python/debian/patches/series
0 → 100644
View file @
0c0a90f4
newer-deps