mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-24 09:32:34 +03:00
haskell: stop including hspec and QuickCheck by default
This commit is contained in:
parent
bd9173e14a
commit
2c4ca7505c
@ -137,16 +137,9 @@ in {
|
||||
testToolDepends = libraryHaskellDepends;
|
||||
|
||||
libraryHaskellDepends =
|
||||
(with compiler; [
|
||||
# TODO: remove these deps / find out why they were missing
|
||||
hspec
|
||||
QuickCheck
|
||||
])
|
||||
++ (
|
||||
map
|
||||
(dep: allPackages."${dep.name}"."${dep.version}")
|
||||
(getDependencies name version)
|
||||
);
|
||||
map
|
||||
(dep: allPackages."${dep.name}"."${dep.version}")
|
||||
(getDependencies name version);
|
||||
}
|
||||
/*
|
||||
For all transitive dependencies, overwrite cabal file with the one
|
||||
|
Loading…
Reference in New Issue
Block a user