Skip to content

Commit

Permalink
Update from Hackage at 2021-01-08T19:15:23Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 8, 2021
1 parent 7319960 commit 545d5ca
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions 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 <jamesejburton@gmail.com>
maintainer: James Burton <jamesejburton@gmail.com>
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 <http://www.stackage.org/package/yesod-form-multi>.
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
1 change: 1 addition & 0 deletions 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}

0 comments on commit 545d5ca

Please sign in to comment.