mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
emacs24Packages.structuredHaskellMode: update from 1.0.3 to 1.0.4
This commit is contained in:
parent
ded8bde06b
commit
9d246d2cff
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "structured-haskell-mode";
|
pname = "structured-haskell-mode";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
sha256 = "0axmw8bj51q8v0wd4jp6giw9dnv0mp7kp8yd16s4nm4hcqgrh5h2";
|
sha256 = "1402wx27py7292ad7whsb13ywv71k36501jpfrn2p0v7knzknj8z";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ haskellSrcExts haskellMode ];
|
buildDepends = [ haskellSrcExts haskellMode ];
|
||||||
|
Loading…
Reference in New Issue
Block a user