haskell: ghcjs packages: Remove ghcjs-prim

It is wired into ghcjs now.
This commit is contained in:
Leon Isenberg
2017-04-07 21:41:01 +02:00
parent a5ee494046
commit 60e9371738
4 changed files with 1 additions and 29 deletions
+1 -2
View File
@@ -19,7 +19,6 @@
, executable-path
, transformers-compat
, haddock-api
, ghcjs-prim
, regex-posix
, callPackage
@@ -122,7 +121,7 @@ in mkDerivation (rec {
alex happy git gnumake autoconf automake libtool patch gmp
base16-bytestring cryptohash executable-path haddock-api
transformers-compat QuickCheck haddock hspec xhtml
ghcjs-prim regex-posix libiconv
regex-posix libiconv
];
buildTools = [ nodejs git ];
testDepends = [
@@ -3,8 +3,6 @@
bootPkgs.callPackage ./base.nix {
version = "0.2.020170323";
# deprecated on HEAD, directly included in the distribution
ghcjs-prim = null;
inherit bootPkgs;
ghcjsSrc = fetchFromGitHub {