From 526bf50e2e831fac737a907e803645bbfb243f38 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 12 Apr 2015 12:45:30 -0400 Subject: [PATCH] data-clist: Bump to 0.0.7.4 Refs sw17ch/data-clist#8 Not a full hackage update due to NixOS/cabal2nix#160 --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- pkgs/development/haskell-modules/hackage-packages.nix | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 97046c4e0e2..d1880bf9d7a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -211,9 +211,6 @@ self: super: { # https://github.com/liamoc/wizards/issues/5 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 ekg-core = doJailbreak super.ekg-core; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 539ff520abb..06c095195cd 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -36624,8 +36624,8 @@ self: { ({ mkDerivation, base, deepseq, QuickCheck }: mkDerivation { pname = "data-clist"; - version = "0.0.7.3"; - sha256 = "0kabcqyvsajf5drihp3f6da2vbw76f85cc4gh20n9czxy19g35rq"; + version = "0.0.7.4"; + sha256 = "0vnrn8fcnibdbvwdf2smipnvmamgva0x7pszl4bykmh15ns417vn"; buildDepends = [ base deepseq QuickCheck ]; homepage = "https://github.com/sw17ch/data-clist"; description = "Simple functional ring type";