summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
Commit message (Collapse)AuthorAge
* gnu: ghc-http-conduit: Update to 2.2.4.Tobias Geerinckx-Rice2017-12-06
| | | | * gnup/packages/haskell-web.scm (ghc-http-conduit): Update to 2.2.4.
* gnu: ghc-http-client-tls: Update to 0.3.5.1.Tobias Geerinckx-Rice2017-12-06
| | | | * gnup/packages/haskell-web.scm (ghc-http-client-tls): Update to 0.3.5.1.
* gnu: ghc-http-client: Update to 0.5.7.1.Tobias Geerinckx-Rice2017-12-06
| | | | * gnup/packages/haskell-web.scm (ghc-http-client): Update to 0.5.7.1.
* gnu: ghc-http-types: Run tests.Tobias Geerinckx-Rice2017-12-06
| | | | | | * gnu/packages/haskell-web.scm (ghc-http-types)[arguments]: Run tests. [native-inputs]: Add ghc-doctest, ghc-hspec, ghc-quickcheck, ghc-quickcheck-instances, and hspec-discover.
* gnu: ghc-http-types: Update to 0.11.Tobias Geerinckx-Rice2017-12-06
| | | | * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.11.
* gnu: ghc-cookie: Update to 0.4.3.Tobias Geerinckx-Rice2017-12-05
| | | | * gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.3.
* gnu: ghc-aeson-qq: Update to 0.8.2.Tobias Geerinckx-Rice2017-12-01
| | | | * gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
* gnu: ghc-tls: Move to (gnu packages tls).Ricardo Wurmus2017-11-13
| | | | | | * gnu/packages/haskell.scm (ghc-tls): Move from here... * gnu/packages/tls.scm (ghc-tls): ...to here. * gnu/packages/haskell-web.scm: Use (gnu packages tls).
* gnu: Move crypto packages from haskell to haskell-crypto.Ricardo Wurmus2017-11-13
| | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-asn1-types, ghc-asn1-encoding, ghc-asn1-parse, ghc-crypto-api, ghc-crypto-api-tests, ghc-cryptohash, ghc-cryptohash-md5, ghc-cryptohash-sha1, ghc-cryptonite, ghc-digest, ghc-entropy, ghc-pem, ghc-puremd5, ghc-sha, ghc-x509, ghc-x509-store, ghc-x509-validation, ghc-x509-system): Move variables to ... * gnu/packages/haskell-crypto.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/haskell-web.scm, gnu/packages/version-control.scm: Include haskell-crypto module.
* gnu: Move web packages from haskell to haskell-web.Ricardo Wurmus2017-11-13
* gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http, ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2, ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit, ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types, ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty, ghc-aeson-qq, ghc-multipart): Move variables to ... * gnu/packages/haskell-web.scm: ... this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/haskell.scm, gnu/packages/idris.scm, gnu/packages/version-control.scm, gnu/packages/wm.scm: Include haskell-web module.