ghcjs-dom in the old package set doesn't evaluate any more.
This commit is contained in:
parent
2502b53743
commit
acdc2c019d
@ -1,15 +0,0 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
||||||
|
|
||||||
{ cabal, ghcjsBase, mtl, text }:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
|
||||||
pname = "ghcjs-dom";
|
|
||||||
version = "0.1.1.3";
|
|
||||||
sha256 = "0pdxb2s7fflrh8sbqakv0qi13jkn3d0yc32xhg2944yfjg5fvlly";
|
|
||||||
buildDepends = [ ghcjsBase mtl text ];
|
|
||||||
meta = {
|
|
||||||
description = "DOM library that supports both GHCJS and WebKitGTK";
|
|
||||||
license = self.stdenv.lib.licenses.mit;
|
|
||||||
platforms = self.ghc.meta.platforms;
|
|
||||||
};
|
|
||||||
})
|
|
@ -959,8 +959,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
ghcid = callPackage ../development/tools/haskell/ghcid {};
|
ghcid = callPackage ../development/tools/haskell/ghcid {};
|
||||||
|
|
||||||
ghcjsDom = callPackage ../development/libraries/haskell/ghcjs-dom {};
|
|
||||||
|
|
||||||
ghcjsCodemirror = callPackage ../development/libraries/haskell/ghcjs-codemirror {};
|
ghcjsCodemirror = callPackage ../development/libraries/haskell/ghcjs-codemirror {};
|
||||||
|
|
||||||
ghcjsPrim = callPackage ../development/libraries/haskell/ghcjs-prim {};
|
ghcjsPrim = callPackage ../development/libraries/haskell/ghcjs-prim {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user