reform-happstack 0.2.0 → 0.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- reform-happstack.cabal +2/−2
reform-happstack.cabal view
@@ -1,5 +1,5 @@ Name: reform-happstack-Version: 0.2.0+Version: 0.2.1 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/@@ -25,6 +25,6 @@ mtl >= 2.0 && <2.2, random == 1.0.*, reform == 0.2.*,- text == 0.11.*,+ text >= 0.11 && < 1.1, utf8-string == 0.3.* -- Build-tools: trhsx