summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add ghc-intervalmap.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-intervalmap): New variable.
* gnu: Add ghc-missingh.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-missingh): New variable.
* gnu: Add ghc-errorcall-eq-instance.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-errorcall-eq-instance): New variable.
* gnu: Add ghc-regex.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-regex): New variable.
* gnu: Add ghc-double-conversion.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-double-conversion): New variable.
* gnu: Add ghc-convertible.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-convertible): New variable.
* gnu: ghc-pandoc: Update to 2.2.1.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-pandoc): Update to 2.2.1.
* gnu: ghc-vector-algorithms: Fix build errors.Ricardo Wurmus2018-08-16
| | | | | | * gnu/packages/haskell.scm (ghc-vector-algorithms)[arguments]: Allow build with newer version of vector; add phase to disable building of broken QuickCheck tests.
* gnu: ghc-enclosed-exceptions: Update to 1.0.3.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell.scm (ghc-enclosed-exceptions): Update to 1.0.3. [arguments]: Disable tests.
* gnu: ghc-http: Update to 4000.3.12.Ricardo Wurmus2018-08-16
| | | | | | | | * gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.12. [native-inputs]: Add ghc-httpd-shed, ghc-test-framework, and ghc-test-framework-hunit. [inputs]: Add ghc-case-insensitive, ghc-conduit, ghc-conduit-extra, ghc-http-types, ghc-puremd5, and ghc-split.
* gnu: ghc-blaze-html: Allow build with newer HUnit.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-web.scm (ghc-blaze-html)[arguments]: Allow newer HUnit.
* gnu: ghc-streaming-commons: Update to 0.2.1.0.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.0. [inputs]: Add ghc-async.
* gnu: ghc-resourcet: Update to 1.2.1.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell.scm (ghc-resourcet): Update to 1.2.1. [inputs]: Add ghc-unliftio-core.
* gnu: ghc-pandoc-types: Update to 1.17.5.1.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-pandoc-types): Update to 1.17.5.1.
* gnu: ghc-pandoc-types-for-pandoc-1: Loosen version constraints.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1)[arguments]: Allow newer QuickCheck and HUnit.
* gnu: ghc-conduit: Update to 1.3.0.3.Ricardo Wurmus2018-08-16
| | | | | | * 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.
* gnu: ghc-conduit-extra: Update to 1.3.0.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.3.0. [inputs]: Add ghc-typed-process.
* gnu: Add ghc-typed-process.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-typed-process): New variable.
* gnu: ghc-mono-traversable: Update to 1.0.9.0.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-mono-traversable): Update to 1.0.9.0.
* gnu: ghc-conduit-combinators: Update to 1.3.0.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-conduit-combinators): Update to 1.3.0.
* gnu: ghc-uuid: Allow building with newer HUnit.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-uuid)[arguments]: Allow newer HUnit.
* gnu: ghc-uuid-types: Allow building with newer HUnit.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Allow newer HUnit.
* gnu: ghc-ansi-wl-pprint: Update to 0.6.8.2.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-ansi-wl-pprint): Update to 0.6.8.2.
* gnu: ghc-test-framework-hunit: Fix build with new HUnit.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-test-framework-hunit)[arguments]: Allow newer version of HUnit.
* gnu: ghc-hunit: Update to 1.6.0.0.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.6.0.0. [inputs]: Add ghc-call-stack-boot.
* gnu: Add ghc-call-stack-boot.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell.scm (ghc-call-stack-boot): New variable.
* gnu: ghc-http-conduit: Update to 2.3.2.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-web.scm (ghc-http-conduit): Update to 2.3.2. [inputs]: Add ghc-unliftio.
* gnu: ghc-http-client: Update to 0.5.13.1.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.5.13.1. [inputs]: Sort; add ghc-memory.
* gnu: ghc-http-types: Update to 0.12.1.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.1.
* gnu: Add ghc-httpd-shed.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-web.scm (ghc-httpd-shed): New variable.
* gnu: ghc-tagsoup: Update to 0.14.6.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-web.scm (ghc-tagsoup): Update to 0.14.6.
* gnu: ghc-hspec: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.5.5.
* gnu: ghc-hspec-expectations: Update to 0.8.2.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-hspec-expectations): Update to 0.8.2. [arguments]: Disable tests.
* gnu: ghc-hspec-contrib: Update to 0.5.0.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec-contrib): Update to 0.5.0.
* gnu: ghc-hspec-meta: Update to 2.4.6.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.4.6.
* gnu: ghc-hspec-core: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | | * gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.5.5. [inputs]: Add ghc-clock.
* gnu: hspec-discover: Update to 2.5.5.Ricardo Wurmus2018-08-16
| | | | | | | * gnu/packages/haskell-check.scm (hspec-discover): Update to 2.5.5. [arguments]: Enable haddock phase. [inputs]: Move ghc-hspec-meta from here... [native-inputs]: ...to here; add ghc-quickcheck.
* gnu: Add r-hash.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-hash): New variable.
* gnu: Add 389-ds-base.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/openldap.scm (389-ds-base): New variable.
* gnu: Add python-ldap.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/openldap.scm (python-ldap): New variable.
* gnu: Add python-argparse-manpage.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/python.scm (python-argparse-manpage): New variable.
* gnu: Add r-blockfest.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-blockfest): New variable.
* gnu: Add r-basix.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-basix): New variable.
* gnu: Add r-refgenome.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-refgenome): New variable.
* gnu: Add r-doby.Ricardo Wurmus2018-08-16
| | | | * gnu/packages/cran.scm (r-doby): New variable.
* gnu: Add nudoku.Madalin Ionel-Patrascu2018-08-16
| | | | | | * gnu/packages/games.scm (nudoku): New variable. Signed-off-by: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
* doc: Fix typo.Julien Lepiller2018-08-16
| | | | | * doc/guix.texi (Using the Configuration System): Add missing 'you' and fix word order.
* gnu: Add lpd8editor.Leo Famulari2018-08-16
| | | | * gnu/packages/music.scm (lpd8editor): New variable.
* gnu: erlang: Update to 21.0.5.Tobias Geerinckx-Rice2018-08-16
| | | | * gnu/packages/erlang.scm (erlang): Update to 21.0.5.
* gnu: ttf2eot: Update to 0.0.3.Tobias Geerinckx-Rice2018-08-16
| | | | | | | | | | The old project home page[0] links to this new one. [0]: <https://code.google.com/archive/p/ttf2eot/> * gnu/packages/fontutils.scm (ttf2eot): Update to 0.0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [home-page]: Update.