simple-form 0.4.2 → 0.5.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep +network-uridep −network
Dependencies added: network-uri
Dependencies removed: network
Files
- simple-form.cabal +4/−4
simple-form.cabal view
@@ -1,5 +1,5 @@ name: simple-form-version: 0.4.2+version: 0.5.0 cabal-version: >= 1.8 license: OtherLicense license-file: COPYING@@ -10,8 +10,8 @@ stability: experimental tested-with: GHC == 7.6.2 synopsis: Forms that configure themselves based on type-homepage: https://github.com/singpolyma/simple-form-bug-reports: https://github.com/singpolyma/simple-form/issues+homepage: https://github.com/singpolyma/simple-form-haskell+bug-reports: https://github.com/singpolyma/simple-form-haskell/issues build-type: Simple description: Inspired by the RubyGem of the same name, this package allows you to@@ -44,7 +44,7 @@ blaze-html, old-locale, time,- network,+ network-uri, email-validate, transformers, text,