Skip to content

Commit

Permalink
Allow network 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed Jan 30, 2019
1 parent fc0375e commit 0b45d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.4.0
- Allow `network` 3.0.

## 1.0.3.2
- Allow `unix-compat` 0.5

Expand Down
4 changes: 2 additions & 2 deletions snap-core.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -185,7 +185,7 @@ Library

if flag(network-uri)
build-depends: network-uri >= 2.6 && < 2.7,
network >= 2.6 && < 2.9
network >= 2.6 && < 3.1
else
build-depends: network-uri >= 2.5 && < 2.6,
network >= 2.3 && < 2.6
Expand Down

0 comments on commit 0b45d71

Please sign in to comment.