aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ghc-xhtml: Update to 3000.2.2.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell-web.scm (ghc-xhtml): Update to 3000.2.2.1.
* gnu: ghc-wl-pprint: Update to 1.2.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-wl-pprint): Update to 1.2.1.
* gnu: ghc-utf8-string: Update Cabal file to r3.Timothy Sample2018-10-01
| | | | | * gnu/packages/haskell.scm (ghc-utf8-string): Update Cabal file to r3. [arguments]: Remove unneeded "--allow-newer" configure flag.
* gnu: ghc-unliftio-core: Update Cabal file to r1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-unliftio-core): Update Cabal file to r1.
* gnu: ghc-unix-compat: Update to 0.5.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-unix-compat): Update to 0.5.1.
* gnu: ghc-unexceptionalio: Update to 0.4.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-unexceptionalio): Update to 0.4.0.
* gnu: ghc-unbounded-delays: Update to 0.1.1.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-unbounded-delays): Update to 0.1.1.0.
* gnu: ghc-transformers-compat: Update to 0.6.2.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-transformers-compat): Update to 0.6.2.
* gnu: ghc-th-abstraction: Update to 0.2.8.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-th-abstraction): Update to 0.2.8.0.
* gnu: ghc-stringbuilder: Update to 0.5.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-stringbuilder): Update to 0.5.1.
* gnu: ghc-simple-reflect: Update to 0.3.3.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-simple-reflect): Update to 0.3.3.
* gnu: ghc-setlocale: Update to 1.0.0.8.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-setlocale): Update to 1.0.0.8.
* gnu: ghc-sdl: Update to 0.6.7.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-sdl): Update to 0.6.7.0.
* gnu: ghc-parser-combinators: Update to 1.0.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-parser-combinators): Update to 1.0.0.
* gnu: ghc-parallel: Update to 3.2.2.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-parallel): Update to 3.2.2.0.
* gnu: ghc-old-locale: Update Cabal file to r2.Timothy Sample2018-10-01
| | | | | * gnu/packages/haskell.scm (ghc-old-locale): Update Cabal file to r2. [arguments]: Remove unneeded "--allow-newer" configure flag.
* gnu: ghc-network-info: Update to 0.2.0.10.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-network-info): Update to 0.2.0.10.
* gnu: ghc-microlens: Update to 0.4.9.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-microlens): Update to 0.4.9.1.
* gnu: ghc-ieee754: Update to 0.8.0.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-ieee754): Update to 0.8.0.
* gnu: ghc-happy: Update to 1.19.9.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-happy): Update to 1.19.9.
* gnu: ghc-geniplate-mirror: Update to 0.7.6.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-geniplate-mirror): Update to 0.7.6.
* gnu: ghc-entropy: Update to 0.4.1.1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell-crypto.scm (ghc-entropy): Update to 0.4.1.1.
* gnu: ghc-easy-file: Update to 0.2.2.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-easy-file): Update to 0.2.2.
* gnu: ghc-colour: Update to 2.3.4.Timothy Sample2018-10-01
| | | | | * gnu/packages/haskell.scm (ghc-colour): Update to 2.3.4. [arguments]: Disable tests.
* gnu: ghc-cmdargs: Update to 0.10.20.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-cmdargs): Update to 0.10.20.
* gnu: ghc-base-prelude: Update to 1.3.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-base-prelude): Update to 1.3.
* gnu: ghc-basement: Update to 0.0.8.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc-basement): Update to 0.0.8.
* gnu: cabal-doctest: Update Cabal file to r1.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (cabal-doctest): Update Cabal file to r1.
* guix: import: stackage: Fix JSON accessors.Timothy Sample2018-10-01
| | | | | * guix/import/stackage.scm (lts-info-ghc-version, lst-info-packages): Use assoc-ref for accessing parsed JSON.
* build-system: haskell: Add #:cabal-revision argument.Timothy Sample2018-10-01
| | | | | | | | | | | | | Add a #:cabal-revision argument for specifying which Cabal file revision from Hackage should be used. * guix/build-system/haskell.scm (source-url->revision-url): New function. (lower): Accept a cabal-revision keyword argument, convert it to an origin record, and add it to the resulting bag's host-inputs. (haskell-build): Pass the cabal-revision input to the builder as an argument. * guix/build/haskell-build-system.scm (patch-cabal-file): New phase. (%standard-phases): Add it.
* gnu: ghc-mtl: Remove built-in Haskell package.Timothy Sample2018-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/agda.scm (agda)[inputs]: Remove ghc-mtl. * gnu/packages/games.scm (raincat)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-check.scm (ghc-tasty-ant-xml, ghc-tasty-golden, ghc-tasty, ghc-tasty-kat, ghc-tasty-rerun, ghc-crypto-cipher-tests)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-crypto.scm (ghc-asn1-encoding, ghc-pem, ghc-x509, ghc-x509-store, ghc-x509-validation, ghc-x509-system)[inputs]: Remove ghc-mtl. * gnu/packages/haskell-web.scm (ghc-http, ghc-http-conduit, ghc-yesod-core)[inputs]: Remove ghc-mtl. * gnu/packages/haskell.scm (ghc-convertible, ghc-libxml, ghc-cgi, ghc-happy, ghc-haskell-src-exts, ghc-resourcet, cabal-install, ghc-indents, ghc-regex-base, ghc-regex-tdfa-rc, ghc-trifecta, ghc-zip-archive, ghc-logict, ghc-exceptions, ghc-smallcheck, ghc-syb, ghc-fgl, ghc-chasingbottoms, ghc-parsec, ghc-megaparsec, ghc-edisonapi, ghc-edisoncore, ghc-mmorph, ghc-ifelse, ghc-kan-extensions, ghc-lens, ghc-cheapskate, ghc-free, ghc-adjunctions, ghc-equivalence, ghc-texmath, ghc-texmath-for-pandoc-1, ghc-highlighting-kate, ghc-th-reify-many, ghc-th-orphans, ghc-geniplate-mirror, ghc-conduit, ghc-filemanip, ghc-juicypixels, ghc-hslua, ghc-hourglass, ghc-skylighting, ghc-skylighting-for-pandoc-1, ghc-pandoc, ghc-pandoc-1, ghc-pandoc-citeproc, ghc-regex-tdfa, ghc-stmonadtrans, ghc-constraints, ghc-lifted-async, ghc-shelly, ghc-hslogger, ghc-json, shellcheck, ghc-vector-algorithms, ghc-monad-par-extras, ghc-monad-par, ghc-monadrandom, ghc-either, ghc-rebase, ghc-aws, ghc-monad-logger, ghc-persistent, ghc-bytes, ghc-missingh, ghc-operational, ghc-chart)[inputs]: Remove ghc-mtl. (ghc-conduit-combinators)[native-inputs]: Remove ghc-mtl. (ghc-mtl): Remove variable. * gnu/packages/idris.scm (idris)[inputs]: Remove ghc-mtl. * gnu/packages/tls.scm (ghc-tls)[inputs]: Remove ghc-mtl. * gnu/packages/version-control.scm (darcs, git-annex)[inputs]: Remove ghc-mtl. * gnu/packages/wm.scm (xmonad, ghc-xmonad-contrib)[inputs]: Remove ghc-mtl. * gnu/packages/xml.scm (ghc-hxt)[inputs]: Remove ghc-mtl.
* gnu: ghc: Use GHC 8.4.3 as the default GHC.Timothy Sample2018-10-01
| | | | * gnu/packages/haskell.scm (ghc): Switch to ghc-8.
* status: Always print the daemon's "waiting for locks" messages.Ludovic Courtès2018-09-30
| | | | | | | Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/status.scm (print-build-event) <build-log>: Let "waiting for locks" messages through.
* gnu: sshuttle: Rely on $PATH to find a POSIX sh.Tobias Geerinckx-Rice2018-09-30
| | | | | | | | | | | This fixes a regression introduced in commit c32863e094d3489d2e08ccb3188988d7c6410976, where the sshuttle client will try to invoke its own /gnu/store/.../bin/sh on the server. Rely on $PATH instead of regressing to upstream's hard-coded /bin/sh. * gnu/packages/vpn.scm (sshuttle)[arguments]: SUBSTITUTE* "sh" for "/bin/sh".
* gnu: Add porechop.pimi2018-09-30
| | | | * gnu/packages/bioinformatics.scm (porechop): New variable.
* gnu: font-culmus: Update to 0.133.Efraim Flashner2018-09-30
| | | | * gnu/packages/fonts.scm (font-culmus): Update to 0.133.
* gnu: mtools: Update to 4.0.19.Efraim Flashner2018-09-30
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.19.
* Revert "services: Add Gitolite."Mark H Weaver2018-09-29
| | | | This reverts commit 258a6d944ed891fa92fa87a16731e5dfe0bac477.
* gnu: linux-libre: Update to 4.18.11.Mark H Weaver2018-09-29
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.73.Mark H Weaver2018-09-29
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.73. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.130.Mark H Weaver2018-09-29
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.130.
* gnu: linux-libre@4.4: Update to 4.4.159.Mark H Weaver2018-09-29
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.159.
* gnu: isc-dhcp: Update bundled BIND to 9.11.4-P2.Leo Famulari2018-09-29
| | | | * gnu/packages/admin.scm (isc-dhcp)[inputs]: Update bundled BIND to 9.11.4-P2.
* gnu: BIND: Update to 9.12.2-P2.Leo Famulari2018-09-29
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.12.2-P2.
* gnu: pocl: Update to 1.2.fis trivial2018-09-29
| | | | | | * gnu/packages/opencl.scm (pocl): Update to 1.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add tippecanoe.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (tippecanoe): New variable.
* gnu: Add osm2pgsql.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (osm2pgsql): New variable.
* gnu: Add libosmium.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (libosmium): New variable.
* gnu: Add protozero.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (protozero): New variable.
* gnu: Add imposm3.Julien Lepiller2018-09-29
| | | | * gnu/packages/geo.scm (imposm3): New variable.