happstack 0.3.1 → 0.3.2
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~happstack-datadep ~happstack-ixsetdep ~happstack-server
Dependency ranges changed: happstack-data, happstack-ixset, happstack-server, happstack-state, happstack-util
Files
- happstack.cabal +6/−6
happstack.cabal view
@@ -1,5 +1,5 @@ Name: happstack-Version: 0.3.1+Version: 0.3.2 Synopsis: The haskell application server stack + code generation Description: The haskell application server stack License: BSD3@@ -67,11 +67,11 @@ build-depends: base >= 3, bytestring,- happstack-data >= 0.3 && < 0.4,- happstack-ixset >= 0.3 && < 0.4,- happstack-server >= 0.3 && < 0.4,- happstack-state >= 0.3 && < 0.4,- happstack-util >= 0.3 && < 0.4,+ happstack-data >= 0.3.2 && < 0.4,+ happstack-ixset >= 0.3.2 && < 0.4,+ happstack-server >= 0.3.2 && < 0.4,+ happstack-state >= 0.3.2 && < 0.4,+ happstack-util >= 0.3.2 && < 0.4, hslogger, hsp >= 0.4.5 && < 0.5, HStringTemplate >= 0.4.3 && < 0.5,