Skip to content

Commit 0975269

Browse files
committed
Enable callCabalProjectToNix test
1 parent 2d2b4f9 commit 0975269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in pkgs.recurseIntoAttrs {
1919
snapshots = haskell.callPackage ./snapshots {};
2020
shell-for = haskell.callPackage ./shell-for {};
2121
# callStackToNix = haskell.callPackage ./callStackToNix {};
22-
# callCabalProjectToNix = haskell.callPackage ./call-cabal-project-to-nix {};
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)