From 42bcb5015467a359ae5f1acd180d2cab244d63a3 Mon Sep 17 00:00:00 2001 From: Mikael Brockman Date: Thu, 3 May 2018 15:40:08 +0300 Subject: Fix the Nix build We use the Nix "jailbreak" function to ignore the upper bounds on the CGI package dependency. --- default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 98cae21a4..bfa85ab7c 100644 --- a/default.nix +++ b/default.nix @@ -1,8 +1,8 @@ { mkDerivation, alex, array, base, bytestring, Cabal, cgi , containers, directory, exceptions, filepath, happy, haskeline -, HTF, httpd-shed, HUnit, json, lifted-base, mtl, network -, network-uri, old-locale, parallel, pretty, process, random -, stdenv, terminfo, time, time-compat, unix, utf8-string +, HTF, httpd-shed, HUnit, json, mtl, network, network-uri +, old-locale, parallel, pretty, process, random, stdenv, terminfo +, time, time-compat, unix, utf8-string }: mkDerivation { pname = "gf"; @@ -18,7 +18,7 @@ mkDerivation { utf8-string ]; libraryToolDepends = [ alex happy ]; - executableHaskellDepends = [ base containers lifted-base mtl ]; + executableHaskellDepends = [ base ]; testHaskellDepends = [ base Cabal directory filepath HTF HUnit process ]; -- cgit v1.2.3