Skip to content
Commits on Source (3)
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)
......
--- 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
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)
......
......@@ -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/*
......
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)
......
--- 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,