Commit Graph

10 Commits (066ccc2c69390f630237eadac1f69c03df22b87a)

Author SHA1 Message Date
Tobias Geerinckx-Rice e82152c400
gnu: ghc-http-conduit: Update to 2.2.4.
* gnup/packages/haskell-web.scm (ghc-http-conduit): Update to 2.2.4.
2017-12-06 15:02:23 +01:00
Tobias Geerinckx-Rice 5a568e4a7e
gnu: ghc-http-client-tls: Update to 0.3.5.1.
* gnup/packages/haskell-web.scm (ghc-http-client-tls): Update to 0.3.5.1.
2017-12-06 15:02:22 +01:00
Tobias Geerinckx-Rice 7dc8275512
gnu: ghc-http-client: Update to 0.5.7.1.
* gnup/packages/haskell-web.scm (ghc-http-client): Update to 0.5.7.1.
2017-12-06 15:02:22 +01:00
Tobias Geerinckx-Rice d484677971
gnu: ghc-http-types: Run tests.
* 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.
2017-12-06 15:02:21 +01:00
Tobias Geerinckx-Rice a08801e205
gnu: ghc-http-types: Update to 0.11.
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.11.
2017-12-06 15:02:21 +01:00
Tobias Geerinckx-Rice 6d39aee521
gnu: ghc-cookie: Update to 0.4.3.
* gnu/packages/haskell-web.scm (ghc-cookie): Update to 0.4.3.
2017-12-05 16:37:48 +01:00
Tobias Geerinckx-Rice 1a1cf03f24
gnu: ghc-aeson-qq: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
2017-12-01 16:08:58 +01:00
Ricardo Wurmus 587d175266
gnu: ghc-tls: Move to (gnu packages tls).
* 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).
2017-11-13 18:40:55 +01:00
Ricardo Wurmus f24eba89f4
gnu: Move crypto packages from haskell to haskell-crypto.
* 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.
2017-11-13 18:36:51 +01:00
Ricardo Wurmus 44b7374a22
gnu: Move web packages from haskell to haskell-web.
* 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.
2017-11-13 18:12:37 +01:00