We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2b4f9 commit 0975269Copy full SHA for 0975269
test/default.nix
@@ -19,7 +19,7 @@ in pkgs.recurseIntoAttrs {
19
snapshots = haskell.callPackage ./snapshots {};
20
shell-for = haskell.callPackage ./shell-for {};
21
# callStackToNix = haskell.callPackage ./callStackToNix {};
22
- # callCabalProjectToNix = haskell.callPackage ./call-cabal-project-to-nix {};
+ callCabalProjectToNix = haskell.callPackage ./call-cabal-project-to-nix {};
23
24
# Run unit tests with: nix-instantiate --eval --strict -A unit.tests
25
# An empty list means success.
0 commit comments