Commit Graph

323 Commits (37e02bf65b98c667dfe01fffa791c7010f623307)

Author SHA1 Message Date
Ricardo Wurmus 37e02bf65b
gnu: Add ghc-hs-bibutils.
* gnu/packages/haskell.scm (ghc-hs-bibutils): New variable.
2016-10-06 14:18:24 +02:00
Ricardo Wurmus b376463552
gnu: ghc-streaming-commons: Remove standard packages from inputs.
The "directory" and "transformers" modules are part of GHC and should
not be among the inputs to avoid conflicts.

* gnu/packages/haskell.scm (ghc-streaming-commons)[inputs]: Remove
"ghc-directory" and "ghc-transformers".
2016-10-06 14:18:21 +02:00
Ricardo Wurmus d79e8f65b5
gnu: ghc-process: Replace reference to /bin/sh.
* gnu/packages/haskell.scm (ghc-process)[arguments]: Add phases
"patch-reference-to-/bin/sh" to replace reference to /bin/sh.
2016-10-02 17:31:40 +02:00
Ricardo Wurmus 2d47cee25b
gnu: Do not propagate inputs in haskell.scm.
* gnu/packages/haskell.scm
(ghc-streaming-commons)[propagated-inputs]: Move ghc-random...
[inputs]: ...to here; remove ghc-async, add ghc-directory, add
ghc-transformers; move ghc-quickcheck, ghc-hspec...
[native-inputs]: ...to here; add hspec-discover.

(ghc-test-framework)[propagated-inputs]: Move all from here...
[inputs]: ...to here; move ghc-hunit and ghc-quickcheck...
[native-inputs]: ...to here.

(ghc-attoparsec)[propagated-inputs]: Move ghc-scientific...
[inputs]: ...to here; move ghc-quickcheck, ghc-quickcheck-unicode,
ghc-test-framework, ghc-test-framework-quickcheck2, ghc-vector...
[native-inputs]: ...to here.

(ghc-zip-archive)[propagated-inputs]: Move all inputs from here...
[inputs]: ...to here; move ghc-hunit from here...
[native-inputs]: ...to here.

(ghc-network-uri)[inputs]: Add ghc-parsec; move ghc-hunit from here...
[native-inputs]: ...to here.
[propagated-inputs]: Remove.

(ghc-wai)[propagated-inputs]: Move all inputs from here...
[inputs]: ...to here; move ghc-quickcheck, ghc-hunit, and ghc-hspec from
here...
[native-inputs]: ...to here.  Add hspec-discover.

(ghc-wai-extra)[propagated-inputs]: Remove ghc-hspec and ghc-hunit; move
all other inputs from here...
[inputs]: ...to here.
[native-inputs]: Add hspec-discover, ghc-hspec, and ghc-hunit.

(ghc-resourcet, ghc-xss-sanitize, ghc-parsec, ghc-vector, ghc-http,
ghc-base-compat, ghc-base-orphans, ghc-word8)[inputs]: Move all inputs
from here...
[native-inputs]: ...to here.

(ghc-haddock-library, ghc-hspec-contrib, ghc-base-compat,
ghc-base-orphans, ghc-fast-logger, ghc-word8, ghc-aeson-qq,
ghc-logging-facade, ghc-mockery, ghc-yaml, ghc-hslua)[native-inputs]:
Add hspec-discover.

(ghc-fast-logger)[inputs]: Move ghc-hspec from here...
[native-inputs]: ...to here.

(ghc-data-default,
ghc-data-default-instances-base,
ghc-data-default-instances-containers,
ghc-data-default-instances-dlist,
ghc-haddock-api,
ghc-happy,
ghc-haskell-src-exts,
ghc-resourcet,
ghc-xss-sanitize,
ghc-sdl-mixer,
ghc-sdl-image,
ghc-glut,
ghc-gluraw,
ghc-opengl,
cpphs,
ghc-old-time,
ghc-data-default-instances-old-locale,
cabal-install,
ghc-x11,
ghc-x11-xft,
ghc-hashable,
ghc-test-framework-hunit,
ghc-test-framework,
ghc-tf-random,
ghc-transformers-base,
ghc-unix-time,
ghc-http-types,
ghc-iproute,
ghc-regex-base,
ghc-regex-posix,
ghc-regex-tdfa-rc,
ghc-parsers,
ghc-trifecta,
ghc-distributive,
ghc-comonad,
ghc-polyparse,
ghc-profunctors,
ghc-reducers,
ghc-xml,
ghc-exceptions,
ghc-temporary,
ghc-temporary-rc,
ghc-smallcheck,
ghc-tasty-ant-xml,
ghc-quickcheck-instances,
ghc-quickcheck,
ghc-case-insensitive,
ghc-chasingbottoms,
ghc-unordererd-containers,
ghc-uniplate,
ghc-ansi-wl-pprint,
ghc-parsec,
ghc-vector,
ghc-vector-binary-instances,
ghc-http,
ghc-hspec,
ghc-hspec-contrib,
ghc-hspec-core,
ghc-hspec-meta,
ghc-vault,
ghc-monad-control,
ghc-blaze-builder,
ghc-blaze-markup,
ghc-blaze-html,
ghc-async,
ghc-optparse-applicative,
ghc-charset,
ghc-void,
ghc-kan-extensions,
ghc-statevar,
ghc-lens,
ghc-cheapskate,
ghc-semigroupoids,
ghc-contrvariant,
ghc-semigroups,
ghc-free,
ghc-adjunctions,
ghc-fast-logger,
ghc-doctest,
ghc-lifted-base,
ghc-tasty-quickcheck,
ghc-tasty-golden,
ghc-tasty,
ghc-cookie,
ghc-scientific,
ghc-aeson,
ghc-wai-logger,
ghc-pandoc-types,
ghc-texmath,
ghc-regex-pcre-builtin,
ghc-highlighting-kate,
ghc-cmark,
ghc-enclosed-exceptions,
ghc-th-lift,
ghc-th-expand-syns,
ghc-th-reify-many,
ghc-th-orphans,
ghc-haskell-src-meta,
ghc-aeson-qq,
ghc-conduit,
ghc-mockery,
ghc-yaml,
ghc-filemanip,
ghc-juicypixels,
ghc-hslua,
ghc-mime-types,
ghc-http-client,
ghc-hourglass,
ghc-pem,
ghc-asn1-types,
ghc-asn1-encoding,
ghc-asn1-parse,
ghc-tasty-kat,
ghc-cryptonite,
ghc-x509,
ghc-x509-store,
ghc-x509-validation,
ghc-x509-system,
ghc-tls,
ghc-socks,
ghc-connection,
ghc-http-client-tls,
ghc-pandoc)[propagated-inputs]: Move inputs from here...
[inputs]: ...to here.
2016-10-02 17:31:39 +02:00
Ricardo Wurmus bc600b80a2
gnu: ghc-pandoc: Update to 1.17.2.
* gnu/packages/haskell.scm (ghc-pandoc): Update to 1.17.2.
2016-09-26 14:30:59 +02:00
Ricardo Wurmus 5a502d9abd
gnu: ghc-texmath: Update to 0.8.6.5.
* gnu/packages/haskell.scm (ghc-texmath): Update to 0.8.6.5.
2016-09-26 14:30:58 +02:00
Ricardo Wurmus 2e9b1276b7
gnu: ghc-cmark: Update to 0.5.3.1.
* gnu/packages/haskell.scm (ghc-cmark): Update to 0.5.3.1.
2016-09-26 14:30:58 +02:00
Ricardo Wurmus 8f1e2dca55
gnu: ghc-highlighting-kate: Update to 0.6.3.
* gnu/packages/haskell.scm (ghc-highlighting-kate): Update to 0.6.3.
2016-09-26 14:30:58 +02:00
Ricardo Wurmus ae87e4fcde
gnu: ghc-pandoc-types: Update to 1.16.1.1.
* gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.16.1.1.
2016-09-26 14:30:58 +02:00
Ricardo Wurmus 1da48e4302
gnu: ghc-tagsoup: Update to 0.14.
* gnu/packages/haskell.scm (ghc-tagsoup): Update to 0.14.
2016-09-26 14:30:58 +02:00
Ricardo Wurmus ba4529c4f7
gnu: ghc-tls: Update to 1.3.8.
* gnu/packages/haskell.scm (ghc-tls): Update to 1.3.8.
2016-09-26 14:30:57 +02:00
ng0 71b611bc34
gnu: Add ghc-transformers-0.4.2.0.
* gnu/packages/haskell.scm (ghc-transformers-0.4.2.0): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:10:01 -04:00
ng0 10a03d6665
gnu: Add ghc-system-fileio.
* gnu/packages/haskell.scm (ghc-system-fileio): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:10:00 -04:00
ng0 23feb6e4fb
gnu: Add ghc-system-filepath.
* gnu/packages/haskell.scm (ghc-system-filepath): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:10:00 -04:00
ng0 58c85b1f82
gnu: Add ghc-options.
* gnu/packages/haskell.scm (ghc-options): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:10:00 -04:00
ng0 c92d944c1e
gnu: Add ghc-chell-quickcheck.
* gnu/packages/haskell.scm (ghc-chell-quickcheck): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:10:00 -04:00
ng0 475d366866
gnu: Add ghc-chell-quickcheck-bootstrap.
* gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:59 -04:00
ng0 8ea94489fd
gnu: Add ghc-chell.
* gnu/packages/haskell.scm (ghc-chell): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:59 -04:00
ng0 7e06c4aa98
gnu: Add ghc-options-bootstrap.
* gnu/packages/haskell.scm (ghc-options-bootstrap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:59 -04:00
ng0 25b3bdb5ff
gnu: Add ghc-shelly.
* gnu/packages/haskell.scm (ghc-shelly): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:59 -04:00
ng0 3f7aa1029b
gnu: Add ghc-system-fileio-bootstrap.
* gnu/packages/haskell.scm (ghc-system-fileio-bootstrap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:58 -04:00
ng0 ddd5955b1e
gnu: Add ghc-system-filepath-bootstrap.
* gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:58 -04:00
ng0 2b41f4afc1
gnu: Add ghc-lifted-async.
* gnu/packages/haskell.scm (ghc-lifted-async): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:58 -04:00
ng0 6aab9ba6d4
gnu: Add ghc-constraints.
* gnu/packages/haskell.scm (ghc-constraints): New variable.
2016-09-22 20:09:58 -04:00
ng0 e7e2f03c8f
gnu: Add ghc-array.
* gnu/packages/haskell.scm (ghc-array): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:57 -04:00
ng0 3db882776b
gnu: Add ghc-graphviz.
* gnu/packages/haskell.scm (ghc-graphviz): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:57 -04:00
ng0 d4cca6b0ae
gnu: Add ghc-fgl-arbitrary.
* gnu/packages/haskell.scm (ghc-fgl-arbitrary): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:57 -04:00
ng0 ce242fd05e
gnu: ghc-fgl: Update to 5.5.3.0.
* gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0.
[inputs]: Add ghc-hspec and ghc-quickcheck.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:57 -04:00
ng0 6e0741f739
gnu: Add ghc-wl-pprint-text.
* gnu/packages/haskell.scm (ghc-wl-pprint-text): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:56 -04:00
ng0 3b281f5b8d
gnu: Add ghc-process.
* gnu/packages/haskell.scm (ghc-process): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:56 -04:00
ng0 4fec5cdbf4
gnu: Add ghc-directory.
* gnu/packages/haskell.scm (ghc-directory): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:56 -04:00
ng0 e1a56bb258
gnu: Add ghc-colour.
* gnu/packages/haskell.scm (ghc-colour): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:55 -04:00
ng0 1d9db656c9
gnu: Add ghc-bytestring.
* gnu/packages/haskell.scm (ghc-bytestring): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:55 -04:00
ng0 41167bd255
gnu: Add ghc-monads-tf.
* gnu/packages/haskell.scm (ghc-monads-tf): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:55 -04:00
ng0 d52ca22ac3
gnu: Add ghc-patience.
* gnu/packages/haskell.scm (ghc-patience): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:55 -04:00
ng0 027b79762a
gnu: Add ghc-findbin.
* gnu/packages/haskell.scm (ghc-findbin): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:54 -04:00
ng0 54c37341d1
gnu: Add ghc-transformers.
* gnu/packages/haskell.scm (ghc-transformers): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:54 -04:00
ng0 f827033102
gnu: Add ghc-tar.
* gnu/packages/haskell.scm (ghc-tar): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:54 -04:00
ng0 a71f861752
gnu: Add ghc-bytestring-handle.
* gnu/packages/haskell.scm (ghc-bytestring-handle): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:54 -04:00
ng0 e9e519be76
gnu: Add ghc-sandi.
* gnu/packages/haskell.scm (ghc-sandi): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:53 -04:00
ng0 ab12bd3a04
gnu: Add ghc-tasty-th.
* gnu/packages/haskell.scm (ghc-tasty-th): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:53 -04:00
ng0 fe3c62c7d5
gnu: Add ghc-regex-compat-tdfa.
* gnu/packages/haskell.scm (ghc-regex-compat-tdfa): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:53 -04:00
ng0 7e444dba6e
gnu: Add ghc-regex-tdfa.
* gnu/packages/haskell.scm (ghc-regex-tdfa): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:53 -04:00
ng0 d58dc851f9
gnu: Add ghc-regex-applicative.
* gnu/packages/haskell.scm (ghc-regex-applicative): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:52 -04:00
ng0 1a0dbf0ded
gnu: Add ghc-haskeline.
* gnu/packages/haskell.scm (ghc-haskeline): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:52 -04:00
ng0 7c14128dd0
gnu: Add ghc-data-ordlist.
* gnu/packages/haskell.scm (ghc-data-ordlist): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:52 -04:00
ng0 c763b8ae89
gnu: Add ghc-cryptohash.
* gnu/packages/haskell.scm (ghc-cryptohash): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:52 -04:00
ng0 eddc69241b
gnu: ghc-cryptonite: Update to 0.19.
* gnu/packages/haskell.scm (ghc-cryptonite): Update to 0.19.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:51 -04:00
ng0 301e762ad1
gnu: Add ghc-binary.
* gnu/packages/haskell.scm (ghc-binary): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:51 -04:00
ng0 cc5e16a764
gnu: Add ghc-base16-bytestring.
* gnu/packages/haskell.scm (ghc-base16-bytestring): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-09-22 20:09:51 -04:00