Skip to content

Commit

Permalink
Accept new comonad and lens
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Oct 17, 2013
1 parent 2d4d308 commit f1b3aac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions snap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Library
bytestring >= 0.9.1 && < 0.11,
cereal >= 0.3 && < 0.5,
clientsession >= 0.8 && < 0.10,
comonad >= 1.1 && < 3.2,
comonad >= 1.1 && < 4.1,
configurator >= 0.1 && < 0.3,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
Expand Down Expand Up @@ -185,7 +185,7 @@ Library
else
build-depends:
base >= 4.4 && < 5,
lens >= 3.7.6 && < 3.10
lens >= 3.7.6 && < 3.11

extensions:
BangPatterns,
Expand Down
12 changes: 6 additions & 6 deletions test/snap-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Executable snap-testsuite
bytestring >= 0.9.1 && < 0.11,
cereal >= 0.3 && < 0.5,
clientsession >= 0.8 && < 0.10,
comonad >= 1.1 && < 3.2,
comonad >= 1.1 && < 4.1,
configurator >= 0.1 && < 0.3,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
Expand Down Expand Up @@ -66,7 +66,7 @@ Executable snap-testsuite
else
build-depends:
base >= 4.4 && < 5,
lens >= 3.7.6 && < 3.10
lens >= 3.7.6 && < 3.11


extensions:
Expand Down Expand Up @@ -103,7 +103,7 @@ Executable app
bytestring >= 0.9.1 && < 0.11,
cereal >= 0.3 && < 0.5,
clientsession >= 0.8 && < 0.10,
comonad >= 1.1 && < 3.2,
comonad >= 1.1 && < 4.1,
configurator >= 0.1 && < 0.3,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
Expand Down Expand Up @@ -138,7 +138,7 @@ Executable app
else
build-depends:
base >= 4.4 && < 5,
lens >= 3.7.6 && < 3.10
lens >= 3.7.6 && < 3.11

extensions:
BangPatterns,
Expand Down Expand Up @@ -185,7 +185,7 @@ Executable nesttest
bytestring >= 0.9.1 && < 0.11,
cereal >= 0.3 && < 0.5,
clientsession >= 0.8 && < 0.10,
comonad >= 1.1 && < 3.2,
comonad >= 1.1 && < 4.1,
configurator >= 0.1 && < 0.3,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
Expand Down Expand Up @@ -220,7 +220,7 @@ Executable nesttest
else
build-depends:
base >= 4.4 && < 5,
lens >= 3.7.6 && < 3.10
lens >= 3.7.6 && < 3.11


extensions:
Expand Down

0 comments on commit f1b3aac

Please sign in to comment.