Merge pull request #24722 from ljli/ghcjs-prim

haskell: ghcjs packages: Remove ghcjs-prim
This commit is contained in:
Aristid Breitkreuz
2017-04-08 11:58:23 +02:00
committed by GitHub
4 changed files with 1 additions and 29 deletions

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 = [

View File

@@ -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 {