forked from mirrors/nixpkgs
haskell-cabal-ghci: update to version 0.3
This commit is contained in:
parent
669cb32bae
commit
173d4aac67
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal-ghci";
|
pname = "cabal-ghci";
|
||||||
version = "0.2.1";
|
version = "0.3";
|
||||||
sha256 = "0za0bf59f4a3v5zvyy7h1xvxskrazdga4j1cs6psfv9fv80qig9r";
|
sha256 = "1x7fpvvmr2mq7l960wgsijhyrdaiq3lnnl3z6drklc5p73pms8w6";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ Cabal filepath ];
|
buildDepends = [ Cabal filepath ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.atnnn.com/projects/cabal-ghci/wiki";
|
homepage = "http://github.com/atnnn/cabal-ghci";
|
||||||
description = "Set up ghci with options taken from a .cabal file";
|
description = "Set up ghci with options taken from a .cabal file";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue