Skip to content

Commit 0b45d71

Browse files
Allow network 3.0
1 parent fc0375e commit 0b45d71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.4.0
2+
- Allow `network` 3.0.
3+
14
## 1.0.3.2
25
- Allow `unix-compat` 0.5
36

snap-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: snap-core
2-
version: 1.0.3.2
2+
version: 1.0.4.0
33
synopsis: Snap: A Haskell Web Framework (core interfaces and types)
44

55
description:
@@ -185,7 +185,7 @@ Library
185185

186186
if flag(network-uri)
187187
build-depends: network-uri >= 2.6 && < 2.7,
188-
network >= 2.6 && < 2.9
188+
network >= 2.6 && < 3.1
189189
else
190190
build-depends: network-uri >= 2.5 && < 2.6,
191191
network >= 2.3 && < 2.6

0 commit comments

Comments
 (0)