mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-Shellac: update to version 0.9.5.2
This commit is contained in:
parent
9528d4caf3
commit
3bae0ae4f6
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "Shellac";
|
pname = "Shellac";
|
||||||
version = "0.9.5.1";
|
version = "0.9.5.2";
|
||||||
sha256 = "19fpbh5ijy9xc3rhl9qwyan8jfnz9nsqvnsjxb7kkb7l2bpz4qfp";
|
sha256 = "1js9la0hziqsmb56q9kzfycda2sw3xm4kv2y5q2h3zlw5gzc5xli";
|
||||||
buildDepends = [ mtl ];
|
buildDepends = [ mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cs.princeton.edu/~rdockins/shellac/home/";
|
homepage = "http://rwd.rdockins.name/shellac/home/";
|
||||||
description = "A framework for creating shell envinronments";
|
description = "A framework for creating shell envinronments";
|
||||||
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 New Issue
Block a user