Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian Haskell Group
DHG_packages
Commits
0123f64b
Commit
0123f64b
authored
Sep 08, 2022
by
Clint Adams
Browse files
snap-server: patch for newer attoparsec and base
parent
d1cfdd09
Changes
4
Hide whitespace changes
Inline
Side-by-side
p/haskell-snap-server/debian/changelog
View file @
0123f64b
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 ]
...
...
p/haskell-snap-server/debian/control
View file @
0123f64b
...
...
@@ -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),
...
...
p/haskell-snap-server/debian/patches/newer-deps
0 → 100644
View file @
0123f64b
--- 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,
p/haskell-snap-server/debian/patches/series
View file @
0123f64b
no-bytestring-builder
newer-deps
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment