wip
This commit is contained in:
parent
2a53bbfdbb
commit
1b678e5758
20
default.nix
20
default.nix
@ -14,6 +14,8 @@ let
|
||||
sha256 = "1yq5y4vffslm6abnfnggp5m3k6vla6mzcwmhmm23l8yizsvdkwv2";
|
||||
};
|
||||
|
||||
dontCheck = nixpkgs.haskell.lib.dontCheck;
|
||||
|
||||
in
|
||||
|
||||
(import ./project.nix nixpkgs) {
|
||||
@ -28,7 +30,23 @@ in
|
||||
jsaddle-warp = nixpkgs.haskell.lib.dontCheck (super.callPackage (jsaddle + "/jsaddle-warp") {});
|
||||
jsaddle = super.callPackage (jsaddle + "/jsaddle") {};
|
||||
miso = super.callPackage (miso + "/miso-ghc-jsaddle.nix") {};
|
||||
haskeline = super.callHackage "haskeline" "0.7.1.0" {};
|
||||
doctest = null; # Not compilable with ghcjs
|
||||
comonad = dontCheck super.comonad;
|
||||
Glob = dontCheck super.Glob;
|
||||
SHA = dontCheck super.SHA;
|
||||
iproute = dontCheck super.iproute;
|
||||
semigroupoids = dontCheck super.semigroupoids;
|
||||
wai-app-static = dontCheck super.wai-app-static;
|
||||
attoparsec = dontCheck super.attoparsec;
|
||||
http-date = dontCheck super.http-date;
|
||||
lens = dontCheck super.lens;
|
||||
unix-time = dontCheck super.unix-time;
|
||||
http-types = dontCheck super.http-types;
|
||||
servant = dontCheck super.servant;
|
||||
word8 = dontCheck super.word8;
|
||||
http2 = dontCheck super.http2;
|
||||
wai-extra = dontCheck super.wai-extra;
|
||||
haskeline = super.callHackage "haskeline" "0.7.3.1" {};
|
||||
terminfo = super.callHackage "terminfo" "0.4.1.1" {};
|
||||
};
|
||||
tools = with haskellPackages; [
|
||||
|
Loading…
Reference in New Issue
Block a user