Skip to content

Commit 6637811

Browse files
committed
Enable callStackToNix/callCabalProjectToNix tests
1 parent 2d2b4f9 commit 6637811

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ in pkgs.recurseIntoAttrs {
1818
stack-simple = haskell.callPackage ./stack-simple {};
1919
snapshots = haskell.callPackage ./snapshots {};
2020
shell-for = haskell.callPackage ./shell-for {};
21-
# callStackToNix = haskell.callPackage ./callStackToNix {};
22-
# callCabalProjectToNix = haskell.callPackage ./call-cabal-project-to-nix {};
21+
callStackToNix = haskell.callPackage ./callStackToNix {};
22+
callCabalProjectToNix = haskell.callPackage ./call-cabal-project-to-nix {};
2323

2424
# Run unit tests with: nix-instantiate --eval --strict -A unit.tests
2525
# An empty list means success.

0 commit comments

Comments
 (0)