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 6637811Copy full SHA for 6637811
test/default.nix
@@ -18,8 +18,8 @@ in pkgs.recurseIntoAttrs {
18
stack-simple = haskell.callPackage ./stack-simple {};
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 {};
+ callStackToNix = haskell.callPackage ./callStackToNix {};
+ 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