mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
haskell-pure-cdb: re-generate with cabal2nix
This commit is contained in:
parent
1c29dba62a
commit
77a31ddec1
@ -1,10 +1,13 @@
|
||||
{ cabal, binary, mtl, vector }:
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, binary, mtl, testSimple, Unixutils, vector }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pure-cdb";
|
||||
version = "0.1";
|
||||
sha256 = "0fxfhd73h5frnjpk617lspwf17wldsrd5a5cxar5y3a8wi0i4b8c";
|
||||
buildDepends = [ binary mtl vector ];
|
||||
testDepends = [ mtl testSimple Unixutils vector ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "https://github.com/bosu/pure-cdb";
|
||||
|
Loading…
Reference in New Issue
Block a user