mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
haskell-extra: update to version 0.5.1
This commit is contained in:
parent
3ccd149299
commit
b9320ad57a
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "extra";
|
pname = "extra";
|
||||||
version = "0.4";
|
version = "0.5.1";
|
||||||
sha256 = "1wqhnfm297iwf6l4bkhnlbv4bb54b9y5qig7h5n7fjn88bxgwj1l";
|
sha256 = "0ac271lsqkgi0rrnhgzh1hjghz8vi6fj4snc8j8zrjgghc30y9wk";
|
||||||
buildDepends = [ filepath time ];
|
buildDepends = [ filepath time ];
|
||||||
testDepends = [ QuickCheck time ];
|
testDepends = [ filepath QuickCheck time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/ndmitchell/extra#readme";
|
homepage = "https://github.com/ndmitchell/extra#readme";
|
||||||
description = "Extra functions I use";
|
description = "Extra functions I use";
|
||||||
|
Loading…
Reference in New Issue
Block a user