mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Fix the Nix build
We use the Nix "jailbreak" function to ignore the upper bounds on the CGI package dependency.
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user