Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{ cabal, baseUnicodeSymbols, monadControl, transformersBase }:
|
||||
{ cabal, baseUnicodeSymbols, Cabal, monadControl, transformersBase
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lifted-base";
|
||||
version = "0.1.0.3";
|
||||
sha256 = "1fk2jv8xwjb4xmzcx7h74nh14i3wf5mpifiki9rvq4hnrb7gdx36";
|
||||
buildDepends = [
|
||||
baseUnicodeSymbols monadControl transformersBase
|
||||
baseUnicodeSymbols Cabal monadControl transformersBase
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/lifted-base";
|
||||
|
||||
Reference in New Issue
Block a user