Add upper bounds to dependencies

This commit is contained in:
Johan Tibell 2011-12-27 11:33:56 -08:00
parent 2cf46862e1
commit 8c12317089

View file

@ -22,12 +22,11 @@ Library
Other-modules: Paths_ekg
Build-depends: aeson < 0.5,
Build-depends: aeson < 0.6,
base >= 4.5 && < 5,
bytestring < 1.0,
filepath,
text,
snap-core,
snap-server,
transformers
filepath < 1.4,
snap-core < 0.8,
snap-server < 0.8,
transformers < 0.3
Ghc-options: -Wall