haskell-haskell-names: update to version 0.4

This commit is contained in:
Peter Simons 2014-05-15 16:08:48 +02:00
parent 557b40de00
commit 09668488d8

View File

@ -1,17 +1,16 @@
{ cabal, aeson, Cabal, dataLens, dataLensTemplate, filemanip { cabal, aeson, Cabal, dataLensLight, filemanip, filepath
, filepath, haskellPackages, haskellSrcExts, hseCpp, mtl , haskellPackages, haskellSrcExts, hseCpp, mtl, prettyShow, tagged
, prettyShow, tagged, tasty, tastyGolden, transformers , tasty, tastyGolden, transformers, traverseWithClass, typeEq
, traverseWithClass, typeEq, uniplate, utf8String , uniplate, utf8String
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "haskell-names"; pname = "haskell-names";
version = "0.3.3.2"; version = "0.4";
sha256 = "0dg31b9bm3p4fxajqk4wp29vlcbhcwm9f4hwc4f9pyhxv2s8i77p"; sha256 = "02cbs3bwakm9bwh4yy242msh5hibxfr9dsc6a0nbpihj1fhbv6b4";
buildDepends = [ buildDepends = [
aeson Cabal dataLens dataLensTemplate filepath haskellPackages aeson Cabal dataLensLight filepath haskellPackages haskellSrcExts
haskellSrcExts hseCpp mtl tagged transformers traverseWithClass hseCpp mtl tagged transformers traverseWithClass typeEq uniplate
typeEq uniplate
]; ];
testDepends = [ testDepends = [
aeson Cabal filemanip filepath haskellPackages haskellSrcExts aeson Cabal filemanip filepath haskellPackages haskellSrcExts