Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
bsb-http-chunked: Upgrading from 0.0.0.3 to 0.0.0.4
· 9c59e862
Clint Adams
authored
Jul 27, 2019
9c59e862
cgi: Upgrading from 3001.3.0.2 to 3001.3.0.3
· 04f88cca
Clint Adams
authored
Jul 27, 2019
04f88cca
Show whitespace changes
Inline
Side-by-side
p/haskell-bsb-http-chunked/debian/changelog
View file @
04f88cca
haskell-bsb-http-chunked (0.0.0.4-1) unstable; urgency=medium
* New upstream release
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 09:10:44 -0400
haskell-bsb-http-chunked (0.0.0.3-2) unstable; urgency=medium
* Remove spurious comma from patch.
...
...
p/haskell-bsb-http-chunked/debian/patches/no-bytestring-builder
deleted
100644 → 0
View file @
a8d10275
--- a/bsb-http-chunked.cabal
+++ b/bsb-http-chunked.cabal
@@ -37,8 +37,7 @@
Library
exposed-modules: Data.ByteString.Builder.HTTP.Chunked
build-depends: base >= 4.3 && < 4.13,
- bytestring >= 0.9 && < 0.11,
- bytestring-builder < 0.11
+ bytestring >= 0.9 && < 0.11
ghc-options: -Wall -O2
if impl(ghc >= 8.0)
ghc-options: -Wcompat
@@ -51,7 +50,6 @@
, bsb-http-chunked
, blaze-builder >= 0.2.1.4
, bytestring
- , bytestring-builder
, hedgehog
, tasty
, tasty-hedgehog
p/haskell-bsb-http-chunked/debian/patches/series
deleted
100644 → 0
View file @
a8d10275
no-bytestring-builder
p/haskell-cgi/debian/changelog
View file @
04f88cca
haskell-cgi (3001.3.0.3-1) unstable; urgency=medium
* New upstream version.
-- Clint Adams <clint@debian.org> Sat, 27 Jul 2019 09:14:09 -0400
haskell-cgi (3001.3.0.2-7) unstable; urgency=medium
* Relax build-dep on libghc-exceptions-dev and libghc-doctest-dev
...
...
p/haskell-cgi/debian/control
View file @
04f88cca
...
...
@@ -12,7 +12,8 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-exceptions-dev,
libghc-exceptions-dev (>= 0.10),
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-multipart-dev (<< 0.2),
libghc-multipart-dev (>= 0.1.2),
...
...
@@ -23,16 +24,12 @@ Build-Depends:
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
libghc-quickcheck2-dev (>= 2.8.1),
libghc-quickcheck2-dev (<< 2.12),
libghc-doctest-dev (>= 0.8),
Build-Depends-Indep:
ghc-doc,
Build-Depends-Indep: ghc-doc,
libghc-exceptions-doc,
libghc-multipart-doc,
libghc-network-doc,
libghc-network-uri-doc,
Standards-Version: 4.
1.4
Standards-Version: 4.
4.0
Homepage: https://github.com/cheecheeo/haskell-cgi
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cgi
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cgi]
...
...
p/haskell-cgi/debian/patches/newer-deps
deleted
100644 → 0
View file @
a8d10275
Index: b/cgi.cabal
===================================================================
--- a/cgi.cabal
+++ b/cgi.cabal
@@ -44,11 +44,11 @@
Library
Build-depends:
parsec >= 2.0 && < 3.2,
- exceptions < 0.9,
+ exceptions,
xhtml >= 3000.0.0 && < 3000.3,
bytestring < 0.11,
base >= 4.5 && < 5,
- time >= 1.5 && < 1.7,
+ time >= 1.5 && < 1.9,
containers < 0.6,
multipart >= 0.1.2 && < 0.2
If flag(network-uri)
@@ -72,8 +72,8 @@
test-suite doctests
ghc-options: -Wall
build-depends:
base
- , doctest >= 0.8 && < 0.12
- , QuickCheck >= 2.8.1 && < 2.10
+ , doctest >= 0.8
+ , QuickCheck >= 2.8.1 && < 2.12
--Executable: printinput
--Main-Is: printinput.hs
p/haskell-cgi/debian/patches/series
deleted
100644 → 0
View file @
a8d10275
newer-deps