aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
Commit message (Collapse)AuthorAge
* gnu: ghc-refact: Fix typo in description.Tobias Geerinckx-Rice2018-03-03
| | | | * gnu/packages/haskell.scm (ghc-refact)[description]: Fix typo.
* gnu: ghc-abstract-deque: Fix typos in description.Tobias Geerinckx-Rice2018-03-02
| | | | * gnu/packages/haskell.scm (ghc-abstract-deque)[description]: Fix typos.
* gnu: ghc-uuid: Fix build.Ricardo Wurmus2018-03-01
| | | | | * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow building with a newer version of QuickCheck.
* gnu: ghc-hashtables: Allow newer version of vector.Alex ter Weele2018-02-26
| | | | | | | * gnu/packages/haskell.scm (ghc-hashtables)[arguments]: Allow newer version of vector. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: ghc-edit-distance: Allow newer version of QuickCheck.Alex ter Weele2018-02-26
| | | | | | | * gnu/packages/haskell.scm (ghc-edit-distance)[arguments]: Allow running tests with newer version of QuickCheck. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: haskell: Use HTTPS where possible.Alex Vong2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (cl-yale-haskell)[source, home-page]: Use HTTPS. (ghc-libxml)[source, home-page]: Likewise. (ghc-haddock-library)[home-page]: Likewise. (ghc-haddock-api)[home-page]: Likewise. (ghc-haddock)[home-page]: Likewise. (ghc-simple-reflect)[home-page]: Likewise. (ghc-alex)[home-page]: Likewise. (ghc-concatenative)[description]: Likewise. (ghc-openglraw)[home-page]: Likewise. (ghc-glut)[home-page]: Likewise. (ghc-gluraw)[home-page]: Likewise. (ghc-opengl)[home-page]: Likewise. (cabal-install)[home-page]: Likewise. (ghc-mtl)[description]: Likewise. (ghc-temporary)[home-page]: Likewise. (ghc-temporary-rc)[home-page]: Likewise. (ghc-fgl)[home-page]: Likewise. (ghc-blaze-markup)[home-page]: Likewise. (ghc-doctest)[description]: Likewise. (ghc-scientific)[description]: Likewise. (ghc-regex-pcre-builtin)[description]: Likewise. (ghc-diff)[home-page]: Likewise. (ghc-highlighting-kate)[description]: Likewise. (ghc-hslua)[description]: Likewise. (ghc-pandoc)[home-page]: Likewise. (ghc-rfc5051)[home-page]: Likewise. (ghc-data-ordlist)[home-page]: Likewise. (ghc-regex-compat-tdfa)[home-page]: Likewise. (ghc-sandi)[home-page]: Likewise. (ghc-bytestring-handle)[home-page]: Likewise. (ghc-tar)[home-page]: Likewise. (ghc-transformers)[home-page]: Likewise. (ghc-patience)[home-page]: Likewise. (ghc-monads-tf)[home-page]: Likewise. (ghc-colour)[home-page]: Likewise. (ghc-directory)[home-page]: Likewise. (ghc-process)[home-page]: Likewise. (ghc-wl-pprint-text)[home-page]: Likewise. (ghc-fgl-arbitrary)[home-page]: Likewise. (ghc-graphviz)[description]: Likewise. (ghc-array)[home-page]: Likewise. (ghc-storable-complex)[source]: Likewise. (ghc-hmatrix)[source]: Likewise. (ghc-hmatrix-gsl)[source]: Likewise. (ghc-hmatrix-special)[source]: Likewise. (ghc-hmatrix-gsl-stats)[source]: Likewise. (ghc-easyplot)[source, home-page]: Likewise. (ghc-hashtables)[source]: Likewise. (ghc-data-accessor)[home-page]: Likewise. (ghc-data-accessor-transformers)[home-page]: Likewise. (ghc-gnuplot)[home-page]: Likewise. (ghc-terminal-size)[home-page]: Likewise. (ghc-language-c)[home-page]: Likewise. (ghc-hslogger)[home-page]: Likewise. (ghc-json)[home-page]: Likewise. (ghc-hex)[home-page]: Likewise. (ghc-psqueues)[description]: Likewise. (ghc-uuid-types)[description]: Likewise. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: ghc-mtl: Remove ghc-transformers from inputs.Ricardo Wurmus2018-02-17
| | | | | | * gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow a newer version of the transformers package. [inputs]: Remove ghc-transformers.
* gnu: ghc: Make memory allocator decommit memory on Linux < 4.5.Danny Milosavljevic2018-02-16
| | | | | | * gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/haskell.scm (ghc-8): Use it.
* Merge branch 'master' into core-updatesMark H Weaver2018-02-13
|\
| * gnu: Add ghc-megaparsec.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-megaparsec): New variable.
| * gnu: Add ghc-parser-combinators.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-parser-combinators): New variable.
| * gnu: Add ghc-text-binary.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-text-binary): New variable.
| * gnu: ghc-trifecta: Update to 1.7.1.1.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-trifecta): Update to 1.7.1.1. [inputs]: Add ghc-doctest. [native-inputs]: Add cabal-doctest.
| * gnu: ghc-reducers: Update to 3.12.2.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-reducers): Update to 3.12.2.
| * gnu: ghc-directory: Add note.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-directory): Add comment not to use this package as an input.
| * gnu: ghc-graphviz: Fix build with newer QuickCheck.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Allow building with newer QuickCheck.
| * gnu: ghc-tar: Disable tests.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-tar)[arguments]: Disable tests.
| * gnu: ghc-system-filepath: Update to 0.4.14.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-system-filepath): Update to 0.4.14. [arguments]: Disable tests.
| * gnu: ghc-hslogger: Remove ghc-process from inputs.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-hslogger)[inputs]: Remove ghc-process.
| * gnu: ghc-process: Update to 1.6.3.0.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-process): Update to 1.6.3.0.
| * gnu: ghc-haskeline: Update to 0.7.4.2.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-haskeline): Update to 0.7.4.2. [inputs]: Add ghc-stm.
| * gnu: ghc-fgl-arbitrary: Fix build with newer QuickCheck.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Allow building with newer QuickCheck.
| * gnu: ghc-fgl: Fix build with newer QuickCheck.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-fgl)[arguments]: Allow building with newer QuickCheck.
| * gnu: ghc-pandoc-citeproc: Update to 0.12.2.5.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-pandoc-citeproc): Update to 0.12.2.5.
| * gnu: ghc-hs-bibutils: Update to 6.2.0.1.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-hs-bibutils): Update to 6.2.0.1.
| * gnu: ghc-pandoc: Update to 2.0.6.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-pandoc): Update to 2.0.6. [inputs]: Add ghc-aeson-pretty, ghc-cmark-gfm, ghc-doctemplates, ghc-glob, ghc-hslua-module-text, ghc-old-locale, ghc-skylighting, and ghc-split; remove ghc-ansi-terminal, ghc-cmark, ghc-extensible-exceptions, ghc-filemanip, ghc-highlighting-kate, and ghc-old-time. [native-inputs]: Remove ghc-test-framework, ghc-test-framework-hunit, and ghc-test-framework-quickcheck2; add ghc-tasty, ghc-tasty-golden, ghc-tasty-hunit, and ghc-tasty-quickcheck.
| * gnu: ghc-monad-control: Update to 1.0.1.0.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-monad-control): Update to 1.0.1.0.
| * gnu: ghc-optparse-applicative: Update to 0.13.0.0.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.13.0.0. [arguments]: Disable tests. [native-inputs]: Add ghc-quickcheck.
| * gnu: ghc-connection: Update to 0.2.6.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-connection): Update to 0.2.6.
| * gnu: ghc-socks: Update to 0.5.5.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-socks): Update to 0.5.5.
| * gnu: ghc-hourglass: Update to 0.2.10.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-hourglass): Update to 0.2.10.
| * gnu: ghc-mockery: Update to 0.3.3.Ricardo Wurmus2018-02-13
| | | | | | | | | | * gnu/packages/haskell.scm (ghc-mockery): Update to 0.3.3. [inputs]: Add ghc-base-compat.
| * gnu: ghc-logging-facade: Update to 0.1.1.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-logging-facade): Update to 0.1.1.
| * gnu: ghc-th-reify-many: Update to 0.1.6.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-th-reify-many): Update to 0.1.6.
| * gnu: ghc-th-expand-syns: Update to 0.4.0.0.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-th-expand-syns): Update to 0.4.0.0.
| * gnu: ghc-semigroupoids: Update to 5.1.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-semigroupoids): Update to 5.1.
| * gnu: ghc-lens: Update to 4.15.4.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-lens): Update to 4.15.4. [arguments]: Enable tests. [inputs]: Add ghc-doctest-0.13 and ghc-call-stack. [native-inputs]: Add cabal-doctest, ghc-hunit, ghc-test-framework, ghc-test-framework-hunit, ghc-test-framework-th, ghc-test-framework-quickcheck2, and ghc-quickcheck. squash! gnu: ghc-lens: Update to 4.15.4.
| * gnu: Add ghc-doctest-0.13.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-doctest-0.13): New variable.
| * gnu: Add ghc-call-stack.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-call-stack): New variable.
| * gnu: ghc-xml-conduit: Update to 1.7.1.2Ricardo Wurmus2018-02-13
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-xml-conduit): Update to 1.7.1.2. [inputs]: Remove ghc-blaze-builder and ghc-data-default; add ghc-data-default-class.
| * gnu: ghc-conduit-extra: Update to 1.1.13.3.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.13.3.
| * gnu: ghc-lens: Update to 4.14.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-lens): Update to 4.14.
| * gnu: ghc-statevar: Update to 1.1.0.4.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-statevar): Update to 1.1.0.4.
| * gnu: ghc-kan-extensions: Update to 5.0.1.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-kan-extensions): Update to 5.0.1.
| * gnu: ghc-blaze-markup: Update to 0.8.2.0.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-blaze-markup): Update to 0.8.2.0. [arguments]: Enable tests. [native-inputs]: Add ghc-hunit, ghc-quickcheck, ghc-tasty, ghc-tasty-hunit, and ghc-tasty-quickcheck.
| * gnu: Add ghc-skylighting.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-skylighting): New variable.
| * gnu: Add ghc-hslua-module-text.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-hslua-module-text): New variable.
| * gnu: ghc-hslua: Update to 0.9.5.Ricardo Wurmus2018-02-13
| | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-hslua): Update to 0.9.5. [inputs]: Update lua-5.1 to lua; add ghc-exceptions, ghc-fail, and ghc-mtl. [native-inputs]: Remove ghc-hspec, ghc-hspec-contrib, hspec-discover, and ghc-hunit; add ghc-tasty, ghc-tasty-expected-failure, ghc-tasty-hunit, and ghc-tasty-quickcheck.
| * gnu: Add ghc-doctemplates.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-doctemplates): New variable.
| * gnu: Add ghc-cmark-gfm.Ricardo Wurmus2018-02-13
| | | | | | | | * gnu/packages/haskell.scm (ghc-cmark-gfm): New variable.