File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 134
134
135
135
# Takes a haskell src directory runs cabal new-configure and plan-to-nix.
136
136
# Resulting nix files are added to nix-plan subdirectory.
137
- cabalProjectToNix = import ./lib/cabalProjectToNix.nix {
137
+ callCabalProjectToNix = import ./lib/cabalProjectToNix.nix {
138
138
inherit mkHackageIndex ;
139
139
inherit pkgs ;
140
140
inherit ( pkgs ) runCommand cabal-install ghc ;
Original file line number Diff line number Diff line change 16
16
builder-haddock = haskell . callPackage ./builder-haddock { } ;
17
17
stack-simple = haskell . callPackage ./stack-simple { } ;
18
18
callStackToNix = haskell . callPackage ./callStackToNix { } ;
19
+ callCabalProjectToNix = haskell . callPackage ./call-cabal-project-to-nix { } ;
19
20
20
21
# Run unit tests with: nix-instantiate --eval --strict -A unit
21
22
# An empty list means success.
You can’t perform that action at this time.
0 commit comments