haskell-dlist: update to version 0.6.0.1
This commit is contained in:
parent
ca1f3f8bb7
commit
1490837484
1 changed files with 6 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
|||
{ cabal }:
|
||||
{ cabal, Cabal, QuickCheck }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "dlist";
|
||||
version = "0.5";
|
||||
sha256 = "1shr5wlpha68h82gwpndr5441847l01gh3j7szyvnmgzkr0fb027";
|
||||
version = "0.6.0.1";
|
||||
sha256 = "08q8dsczh59a0ii3nqk6yqz70msd0pndjjcg9dzq8iyknbbqbi45";
|
||||
testDepends = [ Cabal QuickCheck ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dons/code/dlist/";
|
||||
description = "Differences lists";
|
||||
homepage = "https://github.com/spl/dlist";
|
||||
description = "Difference lists";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
|
|
Loading…
Reference in a new issue