Skip to content

Commit

Permalink
Add upperbounds to dependencies. Adjust lowerbounds.
Browse files Browse the repository at this point in the history
  • Loading branch information
norm2782 committed Oct 28, 2011
1 parent e26670f commit 013362e
Showing 1 changed file with 20 additions and 16 deletions.
36 changes: 20 additions & 16 deletions snaplet-hdbc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ category: Web

extra-source-files: LICENSE

source-repository head
type: git
location: https://github.com/norm2782/snaplet-hdbc.git

Library
hs-source-dirs: src

Expand All @@ -21,21 +25,21 @@ Library
Snap.Snaplet.Hdbc

build-depends:
base >= 4,
bytestring >= 0.9.1,
clientsession >= 0.4,
containers >= 0.3,
convertible >= 1.0,
data-lens >= 2.0 && < 2.1,
data-lens-template >= 2.1 && < 2.2,
HDBC >= 2.2,
mtl > 2.0 && < 2.1,
monad-control >= 0.2,
resource-pool >= 0.2,
snap >= 0.6 && < 0.7,
text >= 0.11,
time >= 1.2,
unordered-containers >= 0.1.4
base >= 4 && < 5,
bytestring >= 0.9.1 && < 0.10,
clientsession >= 0.7.2 && < 0.8,
containers >= 0.3 && < 0.5,
convertible >= 1.0 && < 1.1,
data-lens >= 2.0.1 && < 2.1,
data-lens-template >= 2.1 && < 2.2,
HDBC >= 2.2 && < 2.4,
mtl > 2.0 && < 2.1,
monad-control >= 0.2 && < 0.3,
resource-pool >= 0.2 && < 0.3,
snap >= 0.6 && < 0.7,
text >= 0.11 && < 0.12,
time >= 1.1 && < 1.5,
unordered-containers >= 0.1.4 && < 0.2

ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
-fno-warn-orphans -fno-warn-unused-do-bind

0 comments on commit 013362e

Please sign in to comment.