From 71470eddfa585b45b1de0d3c7e2ba058ea88c5a6 Mon Sep 17 00:00:00 2001 From: Paul van der Walt Date: Thu, 15 Oct 2015 13:56:59 +0200 Subject: gnu: Add ghc-base-compat. * gnu/packages/haskell.scm (ghc-base-compat): New variable. --- gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gnu/packages') diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d3fc7693dc..9dea805abe 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -1952,6 +1952,31 @@ a subset of @code{MonadBase} into which generic control operations such as system.") (license bsd-3))) +(define-public ghc-base-compat + (package + (name "ghc-base-compat") + (version "0.8.2") + (source + (origin + (method url-fetch) + (uri (string-append + "http://hackage.haskell.org/package/base-compat/base-compat-" + version + ".tar.gz")) + (sha256 + (base32 + "02m93hzgxg4bcnp7xcc2fdh2hrsc2h6fwl8hix5nx9k864kwf41q")))) + (build-system haskell-build-system) + (inputs + `(("ghc-quickcheck" ,ghc-quickcheck) + ("ghc-hspec" ,ghc-hspec))) + (home-page "https://hackage.haskell.org/package/base-compat") + (synopsis "Haskell compiler compatibility library") + (description "This library provides functions available in later versions +of base to a wider range of compilers, without requiring the use of CPP +pragmas in your code.") + (license bsd-3))) + (define-public ghc-easy-file (package (name "ghc-easy-file") -- cgit v1.2.3 n='/guix/log/daemon.am'>
path: root/daemon.am
AgeCommit message (Expand)Author
2015-12-02daemon: Support SHA-512 hashes....Eelco Dolstra
2015-11-26Add 'guix-daemon.conf' job for Upstart....Mario Daniel Ruiz Saavedra
2015-07-19build: Fix instantiation of 'guix-daemon.service' when builddir != srcdir....Ludovic Courtès
2015-07-19build: Do not distribute the daemon's 'schema.sql.hh' file....Ludovic Courtès
2015-07-15Add 'guix-daemon.service' file for systemd....Ludovic Courtès
2015-06-10daemon: Internationalize guix-daemon....Ludovic Courtès
2015-05-19Merge branch 'nix'....Ludovic Courtès
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'....Ludovic Courtès
2015-01-26build: Remove reference to non-existent file....Ludovic Courtès
2014-07-24doc: Make sure out-of-source-tree builds find os-config.tmpl....Ludovic Courtès
2014-04-04build: Remove now useless Boost headers....Ludovic Courtès
2014-04-03Update 'nix-upstream' sub-module....Ludovic Courtès
2014-03-09build: Change state and log directories to $localstatedir/.../guix....Ludovic Courtès
2014-01-24Add 'guix offload' as a daemon build hook....Ludovic Courtès
2014-01-18Update 'nix-upstream' sub-module; adjust build system, doc, and substituter....Ludovic Courtès
2013-12-22build: Install 'guix-authenticate'....Ludovic Courtès
2013-12-20daemon: Implement signed archive import/export....Ludovic Courtès
2013-09-23Add 'guix-register'....Ludovic Courtès
2013-09-23build: Build the daemon with -Wall....Ludovic Courtès
2013-04-08build: Pass the appropriate flags when building `libstore.a'....Ludovic Courtès
2013-04-03Add preliminary binary substituter....Ludovic Courtès
2013-02-19build: Add missing -I flag for the daemon....Ludovic Courtès
2013-01-15daemon: Remove reference to immutable.{cc,hh}, which no longer exist....Ludovic Courtès
2013-01-06Update license headers....Ludovic Courtès
2012-12-31build: Avoid error message during `make clean' when `test-tmp' doesn't exist....Ludovic Courtès
2012-12-14daemon: Build `nix-setuid-helper'....Ludovic Courtès
2012-12-12daemon: Use `openssl' from $PATH....Ludovic Courtès
2012-12-06build: Add missing daemon header to the distribution....Ludovic Courtès
2012-12-06build: Run all the tests against the just-built daemon....Ludovic Courtès
2012-12-05daemon: Add `list-runtime-roots' script....Ludovic Courtès
2012-12-04daemon: Add test....Ludovic Courtès
2012-12-03build: Add `bootstrap' and `sync-with-upstream' scripts....Ludovic Courtès
2012-12-03build: Include a copy of Nix's libstore and daemon; build it....Ludovic Courtès