summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pack: Add "--derivation".Ludovic Courtès2019-11-21
| | | | | | | * guix/scripts/pack.scm (%options, show-help): Add "--derivation". (guix-pack): Honor it. * tests/guix-pack.sh: Test it. * doc/guix.texi (Invoking guix pack): Document it.
* gnu: ghc-foundation: Disable broken test.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-xyz.scm (ghc-foundation)[arguments]: Add a phase that patches out a broken test.
* gnu: ghc-haddock: Update to 2.22.0.Timothy Sample2019-11-20
| | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-haddock): Update to 2.22.0. [arguments]: Replace the 'remove-haddock-test-test-suites' phase with a 'remove-hoogle-test' phase, which only disables the Hoogle test; add a new phase that puts the newly built 'haddock' binary in the 'PATH' variable for testing. [native-inputs]: Add 'ghc-haddock-test'. (ghc-haddock-test): New variable.
* gnu: ghc-haddock-api: Update to 2.22.0.Timothy Sample2019-11-20
| | | | | | | | | * gnu/packages/patches/ghc-haddock-api-fix-haddock.patch: New file. * gnu/local.mk: Add it. * gnu/packages/haskell-xyz.scm (ghc-haddock-api): Update to 2.22.0. [source]: Use the new patch. [arguments]: Change the 'update-constraints' phase to allow newer versions of 'QuickCheck' and 'hspec'.
* gnu: ngless: Update to 1.0.1.Timothy Sample2019-11-20
| | | | | | | | | * gnu/packages/bioinformatics.scm (ngless): Update to 1.0.1. [arguments]: Add a 'create-Versions.hs' phase that patches the Makefile and invokes 'make' to generate a required file. [inputs]: Remove 'ghc-chart', 'ghc-chart-cairo', and 'ghc-conduit-combinators'; add 'ghc-diagrams-core', 'ghc-diagrams-lib', 'ghc-diagrams-svg', and 'ghc-tar-conduit'.
* gnu: Add ghc-diagrams-svg.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-svg): New variable.
* gnu: Add ghc-svg-builder.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-svg-builder): New variable.
* gnu: Add ghc-diagrams-lib.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-lib): New variable.
* gnu: Add ghc-diagrams-solve.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-solve): New variable.
* gnu: Add ghc-active.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-active): New variable.
* gnu: Add ghc-intervals.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-intervals): New variable.
* gnu: Add ghc-numeric-extras.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-numeric-extras): New variable.
* gnu: Add ghc-diagrams-core.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-diagrams-core): New variable.
* gnu: Add ghc-dual-tree.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-dual-tree): New variable.
* gnu: Add ghc-monoid-extras.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-monoid-extras): New variable.
* gnu: Add ghc-groups.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-groups): New variable.
* gnu: Add ghc-testing-feat.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-check.scm (ghc-testing-feat): New variable.
* gnu: Add ghc-size-based.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-size-based): New variable.
* gnu: Add ghc-dictionary-sharing.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-dictionary-sharing): New variable.
* gnu: Add ghc-testing-type-modifiers.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-check.scm (ghc-testing-type-modifiers): New variable.
* gnu: Add ghc-tar-conduit.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-tar-conduit): New variable.
* gnu: Update xmobar to 0.31.John Soo2019-11-20
| | | | | | | | | | | * gnu/packages/wm.scm (xmobar): Update to 0.31. [arguments]: Remove the previous configure flags and set the 'all_extensions' flag; add a 'patch-test-shebang' phase. [inputs]: Add 'ghc-alsa-core', 'ghc-alsa-mixer', 'ghc-dbus', 'ghc-http-conduit', 'ghc-http-types', 'ghc-libmpd', 'ghc-old-locale', 'ghc-temporary', 'ghc-timezone-olson', and 'ghc-x11'. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-dbus.John Soo2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-dbus): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-timezone-olson.John Soo2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-timezone-olson): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-timezone-series.John Soo2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-timezone-series): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add ghc-alsa-mixer.John Soo2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-alsa-mixer): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: elm-compiler: Fix Cabal dependency constraints.Timothy Sample2019-11-20
| | | | | | | | | | | | | This package used a patch to update the Cabal version constraints for 'language-glsl'. This is now done in a phase for consistency with other Haskell packages. * gnu/packages/elm.scm (elm-compiler): Add a phase that updates the Cabal file to allow for newer versions of 'ansi-terminal', 'containers', 'http-client', 'language-glsl', and 'network'. [source]: Remove 'elm-compiler-relax-glsl-bound.patch'. * gnu/packages/patches/elm-compiler-relax-glsl-bound.patch: Delete file. * gnu/local.mk: Remove it.
* gnu: idris: Fix Cabal dependency constraints.Timothy Sample2019-11-20
| | | | | * gnu/packages/idris.scm (idris): Add a phase that updates the Cabal file to allow for newer versions of 'ansi-terminal'.
* gnu: cedille: Use most recent GHC.Timothy Sample2019-11-20
| | | | | * gnu/packages/cedille.scm (cedille)[inputs]: Replace 'ghc-8.4' with 'ghc'.
* gnu: agda: Update to 2.6.0.1.Timothy Sample2019-11-20
| | | | | * gnu/packages/agda.scm (agda): Update to 2.6.0.1. [inputs]: Remove 'ghc-parallel'; add 'ghc-aeson' and 'ghc-exceptions'.
* gnu: ghc-atomic-primops: Update to 0.8.3.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-atomic-primops): Update to 0.8.3.
* gnu: ghc-chart-cairo: Update to 1.9.1.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-chart-cairo): Update to 1.9.1.
* gnu: ghc-equivalence: Update to 0.3.5.Timothy Sample2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-equivalence): Update to 0.3.5. [inputs]: Remove 'ghc-test-framework' and 'ghc-test-framework-quickcheck2'; add 'ghc-fail'.
* gnu: ghc-geniplate-mirror: Update Cabal file to r2.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-xyz.scm (ghc-geniplate-mirror): Update Cabal file to r2.
* gnu: ghc-hindent: Update to 5.3.1.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-hindent): Update to 5.3.1.
* gnu: Remove ghc-monadplus.Timothy Sample2019-11-20
| | | | | | | The package doesn't build, has no reverse dependencies, and does not work with newer versions of GHC. * gnu/packages/haskell-xyz.scm (ghc-monadplus): Remove variable.
* gnu: ghc-options: Fix Cabal dependency constraints.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-xyz.scm (ghc-options): Add a phase that updates the Cabal file to allow for newer versions of 'chell'.
* gnu: ghc-stylish-haskell: Fix Cabal dependency constraints.Timothy Sample2019-11-20
| | | | | | * gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Add a phase that updates the Cabal file to allow for newer versions of 'haskell-src-exts'.
* gnu: ghc-bsb-http-chunked: Disable tests on i686-linux.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-web.scm (ghc-bsb-http-chunked)[arguments]: Disable tests on i686-linux.
* gnu: ghc-microlens-aeson: Patch tests for i686-linux.Timothy Sample2019-11-20
| | | | | | * gnu/packages/patches/ghc-microlens-aeson-fix-tests.patch: New file. * gnu/local.mk: Add it. * gnu/packages/haskell-xyz.scm (ghc-microlens-aeson): Use it.
* gnu: darcs: Fix Cabal dependency constraints.Timothy Sample2019-11-20
| | | | | | * gnu/packages/haskell-apps.scm (darcs): Update the Cabal file to r1 and change the phase that updates the Cabal file to allow for newer versions of 'QuickCheck'.
* gnu: ghc-sandi: Update to 0.5.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-sandi): Update to 0.5.
* gnu: ghc-tasty-rerun: Update to 1.1.14.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.14.
* gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4.Timothy Sample2019-11-20
| | | | | * gnu/packages/haskell-xyz.scm (ghc-gtk2hs-buildtools): Update to 0.13.5.4.
* gnu: ghc-pandoc-citeproc: Update to 0.16.2.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-pandoc-citeproc): Update to 0.16.2.
* gnu: ghc-yesod-form: Update to 1.6.7.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-web.scm (ghc-yesod-form): Update to 1.6.7.
* gnu: ghc-pandoc: Update to 2.7.3.Timothy Sample2019-11-20
| | | | | | | | | | | | | * gnu/packages/haskell-xyz.scm (ghc-pandoc): Update to 2.7.3. [source]: Add patches to fix tests. [arguments]: Remove '#:phases'. [inputs]: Remove 'ghc-deepseq-generics', 'ghc-old-locale', and 'ghc-yaml'; add 'ghc-hslua-module-system', 'ghc-hsyaml', 'ghc-ipynb', and 'ghc-unicode-transforms'. [native-inputs]: Add 'ghc-tasty-lua'. * gnu/packages/patches/ghc-pandoc-fix-html-tests.patch: New file. * gnu/packages/patches/ghc-pandoc-fix-latex-test.patch: New file. * gnu/local.mk: Add them.
* gnu: Add ghc-ipynb.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-ipynb): New variable.
* gnu: Add ghc-hslua-module-system.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-hslua-module-system): New variable.
* gnu: Add ghc-aeson-diff.Timothy Sample2019-11-20
| | | | * gnu/packages/haskell-xyz.scm (ghc-aeson-diff): New variable.