diff --git a/yesod-form-multi/1.7.0.1/yesod-form-multi.cabal b/yesod-form-multi/1.7.0.1/yesod-form-multi.cabal new file mode 100644 index 00000000000..7e576ead0aa --- /dev/null +++ b/yesod-form-multi/1.7.0.1/yesod-form-multi.cabal @@ -0,0 +1,39 @@ +name: yesod-form-multi +version: 1.7.0.1 +license: MIT +license-file: LICENSE +author: James Burton +maintainer: James Burton +synopsis: Multi-input form handling for Yesod Web Framework +category: Web, Yesod +stability: Stable +cabal-version: >= 1.10 +build-type: Simple +homepage: http://www.yesodweb.com/ +description: API docs and the README are available at . +extra-source-files: ChangeLog.md + README.md + +flag network-uri + description: Get Network.URI from the network-uri package + default: True + +library + default-language: Haskell2010 + build-depends: base >= 4.10 && < 5 + , containers >= 0.2 + , shakespeare >= 2.0 + , text >= 0.9 + , transformers >= 0.2.2 + , yesod-core >= 1.6 && < 1.7 + , yesod-form >= 1.6 && < 1.7 + + if flag(network-uri) + build-depends: network-uri >= 2.6 + + exposed-modules: Yesod.Form.MultiInput + ghc-options: -Wall + +source-repository head + type: git + location: https://github.com/yesodweb/yesod diff --git a/yesod-form-multi/1.7.0.1/yesod-form-multi.json b/yesod-form-multi/1.7.0.1/yesod-form-multi.json new file mode 100644 index 00000000000..ecb3958ecfa --- /dev/null +++ b/yesod-form-multi/1.7.0.1/yesod-form-multi.json @@ -0,0 +1 @@ +{"package-hashes":{"MD5":"57a9cc7403e5928b47137f30b499366e","Skein512_512":"2f10eeac63fbc4d95d6a77c5d8ac1d43907e307231906617300b7e157b27995f6298e2bc1e03764b09688792c87e3ce867847e1bc309d8690944a0c9017a937a","SHA1":"02cdd332b0dfbbebd215bf3a27638d33512e6a0b","SHA512":"75bd41ef6209510da1b66744f93e0e0b6102311f3adac84330b9a5816faba5938f5b7243f6c15468505c62a573619e17af35fbfb15a043ee142b1c46977e1d94","SHA256":"b7a5ee912b6b7b0cc8c5467e09251a0e3e25e142e1ca9f45a8eb23410df6ec36"},"package-locations":["https://hackage.haskell.org/package/yesod-form-multi-1.7.0.1/yesod-form-multi-1.7.0.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/yesod-form-multi-1.7.0.1.tar.gz"],"package-size":7389} \ No newline at end of file