We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0375e commit 0b45d71Copy full SHA for 0b45d71
changelog.md
@@ -1,3 +1,6 @@
1
+## 1.0.4.0
2
+- Allow `network` 3.0.
3
+
4
## 1.0.3.2
5
- Allow `unix-compat` 0.5
6
snap-core.cabal
@@ -1,5 +1,5 @@
name: snap-core
-version: 1.0.3.2
+version: 1.0.4.0
synopsis: Snap: A Haskell Web Framework (core interfaces and types)
description:
@@ -185,7 +185,7 @@ Library
185
186
if flag(network-uri)
187
build-depends: network-uri >= 2.6 && < 2.7,
188
- network >= 2.6 && < 2.9
+ network >= 2.6 && < 3.1
189
else
190
build-depends: network-uri >= 2.5 && < 2.6,
191
network >= 2.3 && < 2.6
0 commit comments