mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-ghcjs-codemirror: add version 0.0.0.1
This commit is contained in:
parent
27247b0325
commit
d35e61913b
|
@ -0,0 +1,13 @@
|
|||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ghcjs-codemirror";
|
||||
version = "0.0.0.1";
|
||||
sha256 = "04x5h0i4fgyc2c5ihrnk0w3l1f3avvcl115zlnich93nillgbnfw";
|
||||
meta = {
|
||||
homepage = "https://github.com/ghcjs/CodeMirror";
|
||||
description = "Installs CodeMirror JavaScript files";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -1143,6 +1143,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||
|
||||
ghcjsDom = callPackage ../development/libraries/haskell/ghcjs-codemirror {};
|
||||
|
||||
ghcjsCodemirror = callPackage ../development/libraries/haskell/ghcjs-codemirror {};
|
||||
|
||||
ghcMod = callPackage ../development/libraries/haskell/ghc-mod {
|
||||
inherit (pkgs) emacs;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue