summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
AgeCommit message (Collapse)Author
2018-09-04gnu: ghc-zlib: Enable tests.Arun Isaac
* gnu/packages/haskell.scm (ghc-zlib)[arguments]: Enable tests. Allow building with newer tasty. [native-inputs]: Add ghc-quickcheck, ghc-tasty, ghc-tasty-hunit and ghc-tasty-quickcheck.
2018-09-04gnu: ghc-integer-logarithms: Allow building with newer tasty.Arun Isaac
* gnu/packages/haskell.scm (ghc-integer-logarithms)[arguments]: Allow building with newer tasty.
2018-09-04gnu: ghc-tasty: Update to 1.1.0.3.Arun Isaac
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 1.1.0.3. [inputs]: Add ghc-wcwidth. (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap): New variables. (ghc-wcwidth)[inputs]: Replace ghc-attoparsec with ghc-attoparsec-bootstrap. (ghc-scientific)[inputs]: Replace ghc-integer-logarithms with ghc-integer-logarithms-bootstrap. (ghc-attoparsec)[inputs]: Replace ghc-scientific with ghc-scientific-bootstrap.
2018-09-04gnu: Add ghc-wcwidth.Arun Isaac
* gnu/packages/haskell.scm (ghc-wcwidth): New variable.
2018-08-29gnu: Add ghc 8.4.3.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-8): Rename this... (ghc-8.0): ...to this. (ghc): Point at ghc-8.0. (ghc-8): New variable for GHC 8.4.3. Co-authored-by: Timothy Samplet <samplet@ngyro.com>
2018-08-26gnu: ghc-scientific: Update to 0.3.6.2.Arun Isaac
* gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.6.2. [inputs]: Move ghc-tasty ... [native-inputs]: ... to here.
2018-08-26gnu: ghc-integer-logarithms: Update to 1.0.2.1.Arun Isaac
* gnu/packages/haskell.scm (ghc-integer-logarithms): Update to 1.0.2.1. [inputs]: Move ghc-quickcheck, ghc-smallcheck, ghc-tasty, ghc-tasty-hunit, ghc-tasty-quickcheck, ghc-tasty-smallcheck ... [native-inputs]: ... to here. [home-page]: Update URI.
2018-08-26gnu: ghc-smallcheck: Update to 1.1.5.Arun Isaac
* gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
2018-08-26gnu: ghc-optparse-applicative: Update to 0.14.2.0.Arun Isaac
* gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.14.2.0. [arguments]: Enable tests.
2018-08-23gnu: ghc-zlib: Update to 0.6.2.Arun Isaac
* gnu/packages/haskell.scm (ghc-zlib): Update to 0.6.2.
2018-08-23gnu: ghc-graphviz: Update to 2999.20.0.2.Arun Isaac
* gnu/packages/haskell.scm (ghc-graphviz): Update to 2999.20.0.2. [native-inputs]: Add ghc-hspec, graphviz and hspec-discover.
2018-08-23gnu: ghc-wl-pprint-text: Update to 1.2.0.0.Arun Isaac
* gnu/packages/haskell.scm (ghc-wl-pprint-text): Update to 1.2.0.0. [inputs]: Add ghc-base-compat.
2018-08-23gnu: ghc-base-compat: Update to 0.10.4.Arun Isaac
* gnu/packages/haskell.scm (ghc-base-compat): Update to 0.10.4.
2018-08-23gnu: ghc-fgl-arbitrary: Allow building with newer hspec.Arun Isaac
* gnu/packages/haskell.scm (ghc-fgl-arbitrary)[arguments]: Allow building with newer hspec.
2018-08-23gnu: ghc-shelly: Update to 1.8.1.Arun Isaac
* gnu/packages/haskell.scm (ghc-shelly): Update to 1.8.1. [inputs]: Add ghc-hspec-contrib.
2018-08-23gnu: ghc-sandi: Update to 0.4.2.Arun Isaac
* gnu/packages/haskell.scm (ghc-sandi): Update to 0.4.2.
2018-08-23gnu: ghc-fgl: Update to 5.6.0.0.Arun Isaac
* gnu/packages/haskell.scm (ghc-fgl): Update to 5.6.0.0. [arguments]: Allow building with newer hspec.
2018-08-16gnu: Add ghc-chart.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-chart): New variable.
2018-08-16gnu: ghc-texmath: Update to 0.11.0.1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-texmath): Update to 0.11.0.1.
2018-08-16gnu: Add ghc-gtk2hs-buildtools.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-gtk2hs-buildtools): New variable.
2018-08-16gnu: Add ghc-operational.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-operational): New variable.
2018-08-16gnu: Add ghc-intervalmap.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-intervalmap): New variable.
2018-08-16gnu: Add ghc-missingh.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-missingh): New variable.
2018-08-16gnu: Add ghc-errorcall-eq-instance.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-errorcall-eq-instance): New variable.
2018-08-16gnu: Add ghc-regex.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-regex): New variable.
2018-08-16gnu: Add ghc-double-conversion.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-double-conversion): New variable.
2018-08-16gnu: Add ghc-convertible.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-convertible): New variable.
2018-08-16gnu: ghc-pandoc: Update to 2.2.1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-pandoc): Update to 2.2.1.
2018-08-16gnu: ghc-vector-algorithms: Fix build errors.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-vector-algorithms)[arguments]: Allow build with newer version of vector; add phase to disable building of broken QuickCheck tests.
2018-08-16gnu: ghc-enclosed-exceptions: Update to 1.0.3.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): Update to 1.0.3. [arguments]: Disable tests.
2018-08-16gnu: ghc-streaming-commons: Update to 0.2.1.0.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.0. [inputs]: Add ghc-async.
2018-08-16gnu: ghc-resourcet: Update to 1.2.1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-resourcet): Update to 1.2.1. [inputs]: Add ghc-unliftio-core.
2018-08-16gnu: ghc-pandoc-types: Update to 1.17.5.1.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.5.1.
2018-08-16gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1)[arguments]: Allow newer QuickCheck and HUnit.
2018-08-16gnu: ghc-conduit: Update to 1.3.0.3.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-conduit): Update to 1.3.0.3. [inputs]: Add ghc-mono-traversable, ghc-silently, ghc-unliftio, ghc-unliftio-core, and ghc-vector.
2018-08-16gnu: ghc-conduit-extra: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.0. [inputs]: Add ghc-typed-process.
2018-08-16gnu: Add ghc-typed-process.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-typed-process): New variable.
2018-08-16gnu: ghc-mono-traversable: Update to 1.0.9.0.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-mono-traversable): Update to 1.0.9.0.
2018-08-16gnu: ghc-conduit-combinators: Update to 1.3.0.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-conduit-combinators): Update to 1.3.0.
2018-08-16gnu: ghc-uuid: Allow building with newer HUnit.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit.
2018-08-16gnu: ghc-uuid-types: Allow building with newer HUnit.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Allow newer HUnit.
2018-08-16gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-ansi-wl-pprint): Update to 0.6.8.2.
2018-08-16gnu: Add ghc-call-stack-boot.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-call-stack-boot): New variable.
2018-08-15gnu: ghc-setlocale: Update to 1.0.0.6.Tobias Geerinckx-Rice
* gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.6.
2018-08-13gnu: ghc-parsec-numbers: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/haskell.scm (ghc-parsec-numbers)[home-page]: Use HTTPS.
2018-08-12gnu: Add ghc-parsec-numbers.Tobias Geerinckx-Rice
* gnu/packages/haskell.scm (ghc-parsec-numbers): New public variable.
2018-07-29gnu: Remove duplicated ghc-time-locale-compat.Christopher Baines
It was first added in 5e51bcf7b38511d943f4d24621be5817144061cd, then again in c56a30b3ba3e1e93ced3c6ba2cfb4c738b805074. * gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package definition.
2018-07-29gnu: Remove duplicated ghc-th-lift-instances.Christopher Baines
It was first added in a6d1c4e75a76399c8d82a9570db5cd14351f661b, then again in ff7dd11f0a4fd6ca947cfa40cec42628fde44667. * gnu/packages/haskell.scm (ghc-th-lift-instances): Remove duplicated package definition.
2018-07-11gnu: Add ghc-xdg-basedir.Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-xdg-basedir): New variable.
2018-07-11gnu: Add ghc-regex-tdfa-text.Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-regex-tdfa-text): New variable.