Skip to content

Commit

Permalink
Update bytestring version range to match 0.10 Snap's, so GHC 7.6.1 wi…
Browse files Browse the repository at this point in the history
…ll work.
  • Loading branch information
simon-nicholls committed Dec 20, 2012
1 parent a3e1ee0 commit 35a98cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snaplet-postgresql-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Library

build-depends:
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.10,
bytestring >= 0.9.1 && < 0.11,
clientsession >= 0.7.2 && < 0.9,
configurator >= 0.2 && < 0.3,
errors >= 1.3 && < 1.4,
Expand Down

0 comments on commit 35a98cc

Please sign in to comment.