mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
17 lines
519 B
Nix
17 lines
519 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, errorcallEqInstance, hspec, QuickCheck, setenv }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "base-compat";
|
|
version = "0.5.0";
|
|
sha256 = "1zlpfpfnaqf8rrha19arh882bc560dcw2zwi4j3qrn3lzyh8s1d1";
|
|
buildDepends = [ errorcallEqInstance setenv ];
|
|
testDepends = [ hspec QuickCheck ];
|
|
meta = {
|
|
description = "A compatibility layer for base";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|