reform-happstack 0.2.4 → 0.2.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~happstack-serverdep ~utf8-string
Dependency ranges changed: happstack-server, utf8-string
Files
- reform-happstack.cabal +5/−5
reform-happstack.cabal view
@@ -1,5 +1,5 @@ Name: reform-happstack-Version: 0.2.4+Version: 0.2.5 Synopsis: Happstack support for reform. Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack. Homepage: http://www.happstack.com/@@ -13,18 +13,18 @@ Cabal-version: >=1.6 source-repository head- type: darcs+ type: git subdir: reform-happstack- location: http://hub.darcs.net/stepcut/reform+ location: https://github.com/Happstack/reform.git Library Exposed-modules: Text.Reform.Happstack Build-depends: base >4 && <5, bytestring >= 0.9 && < 0.11,- happstack-server >= 7.0 && < 7.4,+ happstack-server >= 7.0 && < 7.5, mtl >= 2.0 && < 2.3, random >= 1.0 && < 1.2, reform == 0.2.*, text >= 0.11 && < 1.3,- utf8-string == 0.3.*+ utf8-string >= 0.3 && < 1.1 -- Build-tools: trhsx