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 = "bytestring-mmap";
|
||||
version = "0.2.2";
|
||||
sha256 = "1bv9xf4cpph1cbdwv6rbmq8ppi5wjpgd97lwln5l9ky5rvnaxg3v";
|
||||
buildDepends = [ Cabal ];
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~dons/code/bytestring-mmap/";
|
||||
description = "mmap support for strict ByteStrings";
|
||||
|
||||
Reference in New Issue
Block a user