Commit 0123f64b authored by Clint Adams's avatar Clint Adams
Browse files

snap-server: patch for newer attoparsec and base

parent d1cfdd09
haskell-snap-server (1.1.2.0-2) unstable; urgency=medium
* Patch for newer attoparsec and base.
-- Clint Adams <clint@debian.org> Thu, 08 Sep 2022 20:55:14 -0400
haskell-snap-server (1.1.2.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -11,8 +11,8 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.12),
libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-dev (>= 0.4),
......
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -96,8 +96,8 @@ Library
Snap.Internal.Http.Server.TLS
build-depends:
- attoparsec >= 0.12 && < 0.14,
- base >= 4.6 && < 4.15,
+ attoparsec >= 0.12 && < 0.15,
+ base >= 4.6 && < 5,
blaze-builder >= 0.4 && < 0.5,
bytestring >= 0.9.1 && < 0.11,
case-insensitive >= 1.1 && < 1.3,
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment