Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, Cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "bimap";
|
||||
version = "0.2.4";
|
||||
sha256 = "d991ae393ade2191f42d8a0d659d2b9a749675735eb5b57872f577ede82565c5";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/bimap";
|
||||
description = "Bidirectional mapping between two key types";
|
||||
|
||||
Reference in New Issue
Block a user