Commit Graph

1030 Commits (ad60a3484c6d3221b78dbc6f173ce27bc3b1f96a)

Author SHA1 Message Date
Ricardo Wurmus 6c8197783d
gnu: Add ghc-atomic-write.
* gnu/packages/haskell.scm (ghc-atomic-write): New variable.
2018-10-05 23:59:25 +02:00
Ricardo Wurmus 562cfae330
gnu: Add ghc-chart-cairo.
* gnu/packages/haskell.scm (ghc-chart-cairo): New variable.
2018-10-05 23:59:25 +02:00
Ricardo Wurmus 7df25c77c5
gnu: Add ghc-cairo.
* gnu/packages/haskell.scm (ghc-cairo): New variable.
2018-10-05 23:59:25 +02:00
Ricardo Wurmus 279c97dba8
gnu: ghc-regex: Fix build.
* gnu/packages/haskell.scm (ghc-regex)[arguments]: Add build phase to relax
version checks.
2018-10-05 23:59:25 +02:00
Ricardo Wurmus 52891580e1
gnu: ghc-statistics: Fix build.
* gnu/packages/haskell.scm (ghc-statistics)[arguments]: Add cabal revision.
2018-10-01 12:12:23 +02:00
Ricardo Wurmus 456d76eaf6
gnu: ghc-aws: Fix build.
* gnu/packages/haskell.scm (ghc-aws)[inputs]: Add ghc-lifted-base.
2018-10-01 12:12:23 +02:00
宋文武 1abdefe573
gnu: ghc-gnuplot: Fix build.
* gnu/packages/haskell.scm (ghc-gnuplot)[inputs]: Add ghc-semigroups.
2018-10-01 12:12:23 +02:00
宋文武 70fa5899af
gnu: ghc-wave: Fix build.
* gnu/packages/haskell.scm (ghc-wave)[arguments]: Add a phase to relax
dependency constraints.
2018-10-01 12:12:23 +02:00
宋文武 eaa1f873e6
gnu: shellcheck: Update to 0.5.0.
* gnu/packages/haskell.scm (shellcheck): Update to 0.5.0.
[source]: Use tarball from hackage.
[inputs]: Add ghc-aeson.  Remove ghc-json.
2018-10-01 12:12:23 +02:00
Ricardo Wurmus c95908bb03
gnu: ghc-indents: Fix build.
* gnu/packages/haskell.scm (ghc-indents)[arguments]: Disable tests.
[native-inputs]: Add ghc-tasty and ghc-tasty-hunit.
2018-10-01 12:12:23 +02:00
Ricardo Wurmus d459e043c8
gnu: Add ghc-linear.
* gnu/packages/haskell.scm (ghc-linear): New variable.
2018-10-01 12:12:22 +02:00
Ricardo Wurmus 1d13003aa9
gnu: Add ghc-weigh.
* gnu/packages/haskell.scm (ghc-weigh): New variable.
2018-10-01 12:12:22 +02:00
Timothy Sample 88c337177f
gnu: ghc-base-compat: Update to 0.10.4.
* gnu/packages/haskell.scm (ghc-base-compat): Update to 0.10.4.
2018-10-01 12:12:22 +02:00
Timothy Sample 8fe9ab9579
gnu: Remove ghc-pandoc@1.
This old version of Pandoc no longer builds with GHC 8.4.3.

* gnu/packages/haskell-web.scm (ghc-aeson-for-pandoc-1): Remove variable.
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1,
ghc-texmath-for-pandoc-1, ghc-yaml-for-pandoc-1, ghc-hslua-for-pandoc-1,
ghc-skylighting-for-pandoc-1, ghc-doctemplates-for-pandoc-1, ghc-pandoc-1,
ghc-pandoc-citeproc-with-pandoc-1): Remove variables.
2018-10-01 12:12:22 +02:00
Timothy Sample 003ec2c8f0
gnu: ghc-pandoc-citeproc: Update to 0.14.3.1.
* gnu/packages/haskell.scm (ghc-pandoc-citeproc): Update to 0.14.3.1.
[arguments]: Add a phase to disable some failing YAML tests.
2018-10-01 12:12:22 +02:00
Timothy Sample 1b29af3d16
gnu: ghc-haddock: Update to 2.19.0.1.
* gnu/packages/haskell.scm (ghc-haddock): Update to 2.19.0.1.
[arguments]: Add a phase that deletes four test suites to avoid a
dependency on haddock-test.
[native-inputs]: Remove ghc-haddock-test.
2018-10-01 12:12:22 +02:00
Timothy Sample 6a006a11fd
gnu: ghc-pandoc: Adjust tests and test dependency constraints.
* gnu/packages/haskell.scm (ghc-pandoc)[arguments]: Add a phase to relax a
test suite dependency constraint and another to skip some failing tests.
2018-10-01 12:12:22 +02:00
Timothy Sample f548cd7254
gnu: ghc-haddock-api: Update to 2.19.0.1.
* gnu/packages/haskell.scm (ghc-haddock-api): Update to 2.19.0.1.
[arguments]: Add a phase that patches the Cabal file to allow newer
versions of Cabal and hspec.
2018-10-01 12:12:22 +02:00
Timothy Sample 082d9383d1
gnu: ghc-haddock-library: Update to 1.5.0.1.
* gnu/packages/patches/ghc-haddock-library-unbundle.patch: New file.
* gnu/packages/haskell.scm (ghc-haddock-library): Update to 1.5.0.1.
[source]: Add the patch; add a snippet to remove the bundled library.
[arguments]: Add a phase to relax test suite dependency constraints and
another to add a missing directory required for tests.
[native-inputs]: Add ghc-base-compat, ghc-optparse-applicative, and
ghc-tree-diff.
2018-10-01 12:12:22 +02:00
Timothy Sample 3b72e7e2d4
gnu: ghc-esqueleto: Update to commit b81e0d9.
* gnu/packages/haskell.scm (ghc-esqueleto): Update to commit b81e0d9.
[source]: Use git-fetch.
[arguments]: Disable Haddock and add phase to remove MySQL and PostgreSQL
test-suites.
[inputs]: Add ghc-unliftio.
[native-inputs]: Remove ghc-hunit, ghc-monad-control, and ghc-quickcheck.
2018-10-01 12:12:22 +02:00
Timothy Sample 99daa29488
gnu: ghc-aws: Update to 0.20.
* gnu/packages/haskell.scm (ghc-aws): Update to 0.20.
2018-10-01 12:12:22 +02:00
Timothy Sample c6cf0eb5fb
gnu: Add ghc-tree-diff.
* gnu/packages/haskell.scm (ghc-tree-diff): New variable.
2018-10-01 12:12:22 +02:00
Timothy Sample 7eee87e65d
gnu: ghc-persistent-sqlite: Update to 2.8.2.
* gnu/packages/haskell.scm (ghc-persistent-sqlite): Update to 2.8.2.
2018-10-01 12:12:22 +02:00
Timothy Sample 12ce5d31d1
gnu: Add ghc-rio.
* gnu/packages/haskell.scm (ghc-rio): New variable.
2018-10-01 12:12:21 +02:00
Timothy Sample 8401d3aad0
gnu: Remove old versions of ghc-doctest.
* gnu/packages/haskell.scm (ghc-doctest-0.12, ghc-doctest-0.13): Remove.
2018-10-01 12:12:21 +02:00
Timothy Sample dc676afb8c
gnu: ghc-trifecta: Update to 2.
* gnu/packages/haskell.scm (ghc-trifecta): Update to 2.
[inputs]: Remove ghc-doctest-0.13, ghc-doctest, and ghc-quickcheck.
[native-inputs]: Add ghc-doctest and ghc-quickcheck.
2018-10-01 12:12:21 +02:00
Timothy Sample e4bc57c85b
gnu: ghc-persistent-template: Update to 2.5.4.
* gnu/packages/haskell.scm (ghc-persistent-template): Update to 2.5.4.
[arguments]: Update Cabal file to r2.
2018-10-01 12:12:21 +02:00
Timothy Sample 6dde5b8f97
gnu: ghc-chart: Update to 1.9.
* gnu/packages/haskell.scm (ghc-chart): Update to 1.9.
2018-10-01 12:12:21 +02:00
Timothy Sample bc368781b6
gnu: ghc-persistent: Update to 2.8.2.
* gnu/packages/haskell.scm (ghc-persistent): Update to 2.8.2.
[inputs]: Add ghc-void.
2018-10-01 12:12:21 +02:00
Timothy Sample b9f67d10bc
gnu: ghc-lens: Update to 4.16.1.
* gnu/packages/haskell.scm (ghc-lens): Update to 4.16.1.
[arguments]: Update Cabal file to r2.
[inputs]: Remove ghc-doctest-0.13.
[native-inputs]: Add ghc-doctest.
2018-10-01 12:12:21 +02:00
Timothy Sample fbdf403189
gnu: ghc-feed: Update to 1.0.0.0.
* gnu/packages/haskell.scm (ghc-feed): Update to 1.0.0.0.
[arguments]: Update Cabal file to r4.
[inputs]: Add ghc-base-compat, ghc-safe, ghc-text, ghc-xml-conduit, and
ghc-xml-types; remove ghc-xml.
2018-10-01 12:12:21 +02:00
Timothy Sample f707db294a
gnu: cabal-install: Update to 2.2.0.0.
* gnu/packages/haskell.scm (cabal-install): Update to 2.2.0.0.
[inputs] Add ghc-async, ghc-base16-bytestring, ghc-cryptohash-sha256,
ghc-echo, ghc-edit-distance, ghc-hackage-security, ghc-hashable,
ghc-resolv, and ghc-tar.
2018-10-01 12:12:21 +02:00
Timothy Sample 246cdfac2f
gnu: Add ghc-resolv.
* gnu/packages/haskell.scm (ghc-resolv): New variable.
2018-10-01 12:12:21 +02:00
Timothy Sample 45e421ff21
gnu: Add ghc-hackage-security.
* gnu/packages/haskell.scm (ghc-hackage-security): New variable.
2018-10-01 12:12:21 +02:00
Timothy Sample c4a68deaad
gnu: Add ghc-echo.
* gnu/packages/haskell.scm (ghc-echo): New variable.
2018-10-01 12:12:21 +02:00
Timothy Sample 478365e36a
gnu: hlint: Update to 2.1.10.
* gnu/packages/haskell.scm (hlint): Update to 2.1.10.
2018-10-01 12:12:21 +02:00
Timothy Sample 23aa12fc09
gnu: ghc-simple-sendfile: Update to 0.2.27.
* gnu/packages/haskell.scm (ghc-simple-sendfile): Update to 0.2.27.
2018-10-01 12:12:20 +02:00
Timothy Sample 6f7280b090
gnu: ghc-monad-logger: Update to 0.3.29.
* gnu/packages/haskell.scm (ghc-monad-logger): Update to 0.3.29.
2018-10-01 12:12:20 +02:00
Timothy Sample 1613ee19f6
gnu: ghc-yaml: Update to 0.8.32.
* gnu/packages/haskell.scm (ghc-yaml): Update to 0.8.32.
2018-10-01 12:12:20 +02:00
Timothy Sample ca96ba99ae
gnu: ghc-foldl: Update to 1.4.3.
* gnu/packages/haskell.scm (ghc-foldl): Update to 1.4.3.
[inputs]: Add ghc-semigroups and ghc-semigroupoids.
2018-10-01 12:12:20 +02:00
Timothy Sample c237721ea5
gnu: ghc-vector-builder: Update to 0.3.6.
* gnu/packages/haskell.scm (ghc-vector-builder): Update to 0.3.6.
[native-inputs]: Add ghc-attoparsec and ghc-rerebase; remove ghc-rebase.
2018-10-01 12:12:20 +02:00
Timothy Sample 9516ef4f93
gnu: Add ghc-rerebase.
* gnu/packages/haskell.scm (ghc-rerebase): New variable.
2018-10-01 12:12:20 +02:00
Timothy Sample 6d2fd200f4
gnu: ghc-rebase: Update to 1.2.4.
* gnu/packages/haskell.scm (ghc-rebase): Update to 1.2.4.
2018-10-01 12:12:20 +02:00
Timothy Sample 8b1573b1e4
gnu: ghc-kan-extensions: Update to 5.2.
* gnu/packages/haskell.scm (ghc-kan-extensions): Update to 5.2.
[inputs]: Add ghc-invariant and ghc-transformers-compat.
2018-10-01 12:12:20 +02:00
Timothy Sample b587518960
gnu: ghc-fsnotify: Update to 0.3.0.1.
* gnu/packages/haskell.scm (ghc-fsnotify): Update to 0.3.0.1.
[inputs]: Remove ghc-temporary-rc; add ghc-temporary, ghc-random, and
ghc-shelly.
2018-10-01 12:12:20 +02:00
Timothy Sample 751a8c0b43
gnu: ghc-either: Update to 5.0.1.
* gnu/packages/haskell.scm (ghc-either): Update to 5.0.1.
[native-inputs]: Add ghc-quickcheck, ghc-test-framework, and
ghc-test-framework-quickcheck2.
2018-10-01 12:12:20 +02:00
Timothy Sample 38563d9140
gnu: ghc-adjunctions: Update to 4.4.
* gnu/packages/haskell.scm (ghc-adjunctions): Update to 4.4.
[inputs] Add ghc-transformers-compat.
[native-inputs]: Add ghc-generic-deriving, ghc-hspec, and hspec-discover.
2018-10-01 12:12:20 +02:00
Timothy Sample 128c4c40e4
gnu: ghc-vault: Update to 0.3.1.2.
* gnu/packages/haskell.scm (ghc-vault): Update to 0.3.1.2.
[inputs]: Add ghc-semigroupoids.
2018-10-01 12:12:20 +02:00
Timothy Sample 61849d425f
gnu: ghc-skylighting: Update to 0.7.2.
* gnu/packages/haskell.scm (ghc-skylighting-core): New variable.
(ghc-skylighting): Simplify by inheriting from ghc-skylighting-core.
2018-10-01 12:12:19 +02:00
Timothy Sample d8717c89b4
gnu: ghc-reducers: Update to 3.12.3.
* gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.3.
2018-10-01 12:12:19 +02:00
Timothy Sample 8e06e15b7d
gnu: Add ghc-invariant.
* gnu/packages/haskell.scm (ghc-invariant): New variable.
2018-10-01 12:12:19 +02:00
Timothy Sample 955738723b
gnu: ghc-free: Update to 5.0.2.
* gnu/packages/haskell.scm (ghc-free): Update to 5.0.2.
[inputs]: Add ghc-transformers-base and ghc-transformers-compat.
2018-10-01 12:12:19 +02:00
Timothy Sample 01a67f89d1
gnu: ghc-shakespeare: Update to 2.0.15.
* gnu/packages/haskell.scm (ghc-shakespeare): Update to 2.0.15.
2018-10-01 12:12:19 +02:00
Timothy Sample 07f38c6a26
gnu: ghc-semigroupoids: Update to 5.2.2.
* gnu/packages/haskell.scm (ghc-semigroupoids): Update to 5.2.2.
[arguments]: Enable tests and update Cabal file to r4.
[inputs]: Add ghc-hashable and ghc-unordered-containers.
[native-inputs]: Add cabal-doctests and ghc-doctests.
(ghc-semigroupoids-5.2.2): Remove variable.
2018-10-01 12:12:19 +02:00
Timothy Sample bf73366886
gnu: ghc-profunctors: Update Cabal file to r2.
* gnu/packages/haskell.scm (ghc-profunctors): Update Cabal file to r2.
2018-10-01 12:12:19 +02:00
Timothy Sample 4979dcd195
gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag.
* gnu/packages/haskell.scm (ghc-pandoc-types)[arguments]: Remove the
unneeded "--allow-newer=QuickCheck" confingure flag.
2018-10-01 12:12:19 +02:00
Timothy Sample a57c91a192
gnu: ghc-lifted-async: Update to 0.10.0.2.
* gnu/packages/haskell.scm (ghc-lifted-async): Update to 0.10.0.2.
[inputs]: Add ghc-tasty-expected-failure.
2018-10-01 12:12:19 +02:00
Timothy Sample de02e56bcb
gnu: ghc-http-api-data: Update to 0.3.8.1.
* gnu/packages/haskell.scm (ghc-http-api-data): Update to 0.3.8.1.
2018-10-01 12:12:19 +02:00
Timothy Sample 085f26d1e1
gnu: ghc-hslua-module-text: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-hslua-module-text): Update Cabal file to r1.
2018-10-01 12:12:19 +02:00
Timothy Sample dfe5f60f2d
gnu: ghc-doctemplates: Update to 0.2.2.1.
* gnu/packages/haskell.scm (ghc-doctemplates): Update to 0.2.2.1.
2018-10-01 12:12:19 +02:00
Timothy Sample f4585fd1fd
gnu: ghc-connection: Update to 0.2.8.
* gnu/packages/haskell.scm (ghc-connection): Update to 0.2.8.
2018-10-01 12:12:19 +02:00
Timothy Sample 22b5a1a477
gnu: ghc-aeson-compat: Update to 0.3.8.
* gnu/packages/haskell.scm (ghc-aeson-compat): Update to 0.3.8.
2018-10-01 12:12:18 +02:00
Timothy Sample bad349d8a6
gnu: ghc-uri-bytestring: Update to 0.3.2.0.
* gnu/packages/haskell.scm (ghc-uri-bytestring): Update to 0.3.2.0.
2018-10-01 12:12:18 +02:00
Timothy Sample 774f398414
gnu: ghc-parsers: Update to 0.12.9.
* gnu/packages/haskell.scm (ghc-parsers): Update to 0.12.9.
2018-10-01 12:12:18 +02:00
Timothy Sample 867ac7fe58
gnu: ghc-hslua: Update to 0.9.5.2.
* gnu/packages/haskell.scm (ghc-hslua): Update to 0.9.5.2.
2018-10-01 12:12:18 +02:00
Timothy Sample dcfee7b6d5
gnu: ghc-haskell-src-meta: Update to 0.8.0.3.
* gnu/packages/haskell.scm (ghc-haskell-src-meta): Update to 0.8.0.3.
2018-10-01 12:12:18 +02:00
Timothy Sample 255a31f841
gnu: ghc-haskell-src-exts-util: Update to 0.2.3.
* gnu/packages/haskell.scm (ghc-haskell-src-exts-util): Update to 0.2.3.
2018-10-01 12:12:18 +02:00
Timothy Sample 2dee63943b
gnu: ghc-glut: Update to 2.7.0.14.
* gnu/packages/haskell.scm (ghc-glut): Update to 2.7.0.14.
2018-10-01 12:12:18 +02:00
Timothy Sample 146198f898
gnu: ghc-email-validate: Update to 2.3.2.6.
* gnu/packages/haskell.scm (ghc-email-validate): Update to 2.3.2.6.
2018-10-01 12:12:18 +02:00
Timothy Sample 892d554647
gnu: ghc-cgi: Adjust dependency constraints.
* gnu/packages/haskell.scm (ghc-cgi)[arguments]: Remove "--allow-newer"
configure flag; add a phase that patches the Cabal file to allow newer
versions of exceptions, time, doctest, and QuickCheck.
2018-10-01 12:12:18 +02:00
Timothy Sample 8574e6c704
gnu: ghc-bifunctors: Update to 5.5.3.
* gnu/packages/haskell.scm (ghc-bifunctors): Update to 5.5.3.
2018-10-01 12:12:18 +02:00
Timothy Sample 8e4394a571
gnu: ghc-attoparsec-iso8601: Update Cabal file to r1.
* gnu/packages/haskell.scm (ghc-attoparsec-iso8601): Update Cabal file to r1.
2018-10-01 12:12:18 +02:00
Timothy Sample fd358b34c3
gnu: ghc-socks: Update to 0.5.6.
* gnu/packages/haskell.scm (ghc-socks): Update to 0.5.6.
2018-10-01 12:12:17 +02:00
Timothy Sample ce88eae9a3
gnu: ghc-opengl: Update to 3.0.2.2.
* gnu/packages/haskell.scm (ghc-opengl): Update to 3.0.2.2.
2018-10-01 12:12:17 +02:00
Timothy Sample 81caf94885
gnu: ghc-megaparsec: Update to 6.5.0.
* gnu/packages/haskell.scm (ghc-megaparsec): Update to 6.5.0.
[arguments]: Update Cabal file to r4.
2018-10-01 12:12:17 +02:00
Timothy Sample b9a6398692
gnu: ghc-iproute: Update to 1.7.5.
* gnu/packages/haskell.scm (ghc-iproute): Update to 1.7.5.
2018-10-01 12:12:17 +02:00
Timothy Sample 14b0ade66f
gnu: ghc-haskell-src-exts: Update to 1.20.2.
* gnu/packages/haskell.scm (ghc-haskell-src-exts): Update to 1.20.2.
[inputs]: Replace ghc-pretty-show-for-haskell-src-exts with ghc-pretty-show.
(ghc-pretty-show-for-haskell-src-exts): Remove.
2018-10-01 12:12:17 +02:00
Timothy Sample c2828c8149
gnu: ghc-comonad: Update to 5.0.4.
* gnu/packages/haskell.scm (ghc-comonad): Update to 5.0.4.
[native-inputs]: Add cabal-doctest and ghc-doctest.
2018-10-01 12:12:17 +02:00
Timothy Sample 40a8d0762f
gnu: ghc-bytes: Update to 0.15.5.
* gnu/packages/haskell.scm (ghc-bytes): Update to 0.15.5.
[inputs]: Replace ghc-doctest-0.13 with ghc-doctest.
2018-10-01 12:12:17 +02:00
Timothy Sample 0f9e74e9f7
gnu: ghc-attoparsec: Enable tests and allow newer QuickCheck.
* gnu/packages/haskell.scm (ghc-attoparsec)[arguments]: Enable tests and
add a phase that patches the Cabal file to allow a newer QuickCheck and
removes a failing test.
2018-10-01 12:12:17 +02:00
Timothy Sample 74f490ec0b
gnu: ghc-zip-archive: Update to 0.3.3.
* gnu/packages/haskell.scm (ghc-zip-archive): Update to 0.3.3.
[inputs]: Remove ghc-old-time and zip.
[native-inputs]: Add unzip.
2018-10-01 12:12:17 +02:00
Timothy Sample 0618a71b1e
gnu: ghc-wave: Update to 0.1.5.
* gnu/packages/haskell.scm (ghc-wave): Update to 0.1.5.
2018-10-01 12:12:17 +02:00
Timothy Sample 10ae734585
gnu: ghc-typed-process: Update to 0.2.3.0.
* gnu/packages/haskell.scm (ghc-typed-process): Update to 0.2.3.0.
2018-10-01 12:12:17 +02:00
Timothy Sample 5a92fb411c
gnu: ghc-network: Update to 2.6.3.6.
* gnu/packages/haskell.scm (ghc-network): Update to 2.6.3.6.
2018-10-01 12:12:17 +02:00
Timothy Sample b3cd1712a8
gnu: ghc-mockery: Update to 0.3.5.
* gnu/packages/haskell.scm (ghc-mockery): Update to 0.3.5.
2018-10-01 12:12:17 +02:00
Timothy Sample a154111763
gnu: ghc-markdown-unlit: Update to 0.5.0.
* gnu/packages/haskell.scm (ghc-markdown-unlit): Update to 0.5.0.
2018-10-01 12:12:17 +02:00
Timothy Sample ad91386a27
gnu: ghc-graphviz: Remove unneeded configure flag.
* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded
"--allow-newer=QuickCheck" configure flag.
2018-10-01 12:12:17 +02:00
Timothy Sample f9f2877d54
gnu: ghc-gnuplot: Update to 0.5.5.2.
* gnu/packages/haskell.scm (ghc-gnuplot): Update to 0.5.5.2.
2018-10-01 12:12:17 +02:00
Timothy Sample 211b213367
gnu: ghc-gluraw: Update to 2.0.0.4.
* gnu/packages/haskell.scm (ghc-gluraw): Update to 2.0.0.4.
2018-10-01 12:12:16 +02:00
Timothy Sample 68dc0c294a
gnu: ghc-distributive: Update Cabal file to r6.
* gnu/packages/haskell.scm (ghc-distributive): Update Cabal file to r6.
[native-inputs]: Replace ghc-doctest-0.12 with ghc-doctest.
2018-10-01 12:12:16 +02:00
Timothy Sample 7307a2f8a4
gnu: ghc-th-orphans: Update to 0.13.6.
* gnu/packages/haskell.scm (ghc-th-orphans): Update to 0.13.6.
2018-10-01 12:12:16 +02:00
Timothy Sample ded4ac3871
gnu: ghc-temporary: Update to 1.3.
* gnu/packages/haskell.scm (ghc-temporary): Update to 1.3.
[inputs]: Add ghc-random.
[native-inputs]: Add ghc-base-compat, ghc-tasty, and ghc-tasty-hunit.
2018-10-01 12:12:16 +02:00
Timothy Sample 1aacec9e3d
gnu: ghc-openglraw: Update to 3.3.1.0.
* gnu/packages/haskell.scm (ghc-openglraw): Update to 3.3.1.0.
2018-10-01 12:12:16 +02:00
Timothy Sample cd40c4d6c3
gnu: Add ghc-memotrie.
* gnu/packages/haskell.scm (ghc-memotrie): New variable.
2018-10-01 12:12:16 +02:00
Timothy Sample 11afd13d70
gnu: ghc-fgl-arbitrary: Replace "--allow-newer" flags.
* gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Replace
"--allow-newer" configure flags with a phase that patches the Cabal file.
2018-10-01 12:12:16 +02:00
Timothy Sample f9a97fb553
gnu: ghc-doctest: Update to 0.16.0.
* gnu/packages/haskell.scm (ghc-doctest): Update to 0.16.0.
[inputs]: Add ghc-code-page.
2018-10-01 12:12:16 +02:00
Timothy Sample 96d214a6d9
gnu: ghc-unliftio: Update to 0.2.7.0.
* gnu/packages/haskell.scm (ghc-unliftio): Update to 0.2.7.0.
2018-10-01 12:12:16 +02:00
Timothy Sample 073f5ae1fe
gnu: Add ghc-newtype-generics.
* gnu/packages/haskell.scm (ghc-newtype-generics): New variable.
2018-10-01 12:12:16 +02:00
Timothy Sample 1cf4f2729f
gnu: ghc-logging-facade: Update to 0.3.0.
* gnu/packages/haskell.scm (ghc-logging-facade): Update to 0.3.0.
2018-10-01 12:12:16 +02:00
Timothy Sample 16b4b6d1b9
gnu: ghc-half: Update to 0.3.
* gnu/packages/haskell.scm (ghc-half): Update to 0.3.
[native-inputs]: Add ghc-hspec and ghc-quickcheck.
2018-10-01 12:12:16 +02:00