Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, dataAccessor, utilityHt }:
|
||||
{ cabal, Cabal, dataAccessor, utilityHt }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-accessor-template";
|
||||
version = "0.2.1.9";
|
||||
sha256 = "14zp2zjxlkdi33cjif9lc1kl8m0x4brh0pk3d34wk1g1bfzynijc";
|
||||
buildDepends = [ dataAccessor utilityHt ];
|
||||
buildDepends = [ Cabal dataAccessor utilityHt ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Record_access";
|
||||
description = "Utilities for accessing and manipulating fields of records";
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ cabal, transformers }:
|
||||
{ cabal, Cabal, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-accessor";
|
||||
version = "0.2.2.1";
|
||||
sha256 = "1zb7z9fnlnxxlvjd655vadfscanzq9msvjv21cjmdric0ja24hxb";
|
||||
buildDepends = [ transformers ];
|
||||
buildDepends = [ Cabal transformers ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Record_access";
|
||||
description = "Utilities for accessing and manipulating fields of records";
|
||||
|
||||
Reference in New Issue
Block a user