data-clist: Bump to 0.0.7.4

Refs sw17ch/data-clist#8

Not a full hackage update due to NixOS/cabal2nix#160
This commit is contained in:
Shea Levy 2015-04-12 12:45:30 -04:00
parent 2c4a005549
commit 526bf50e2e
2 changed files with 2 additions and 5 deletions

View File

@ -211,9 +211,6 @@ self: super: {
# https://github.com/liamoc/wizards/issues/5 # https://github.com/liamoc/wizards/issues/5
wizards = doJailbreak super.wizards; wizards = doJailbreak super.wizards;
# sw17ch/data-clist#8
data-clist = doJailbreak super.data-clist;
# https://github.com/tibbe/ekg-core/commit/c986d9750d026a0c049cf6e6610d69fc1f23121f, not yet in hackage # https://github.com/tibbe/ekg-core/commit/c986d9750d026a0c049cf6e6610d69fc1f23121f, not yet in hackage
ekg-core = doJailbreak super.ekg-core; ekg-core = doJailbreak super.ekg-core;

View File

@ -36624,8 +36624,8 @@ self: {
({ mkDerivation, base, deepseq, QuickCheck }: ({ mkDerivation, base, deepseq, QuickCheck }:
mkDerivation { mkDerivation {
pname = "data-clist"; pname = "data-clist";
version = "0.0.7.3"; version = "0.0.7.4";
sha256 = "0kabcqyvsajf5drihp3f6da2vbw76f85cc4gh20n9czxy19g35rq"; sha256 = "0vnrn8fcnibdbvwdf2smipnvmamgva0x7pszl4bykmh15ns417vn";
buildDepends = [ base deepseq QuickCheck ]; buildDepends = [ base deepseq QuickCheck ];
homepage = "https://github.com/sw17ch/data-clist"; homepage = "https://github.com/sw17ch/data-clist";
description = "Simple functional ring type"; description = "Simple functional ring type";