Skip to content

Commit a3d38e9

Browse files
rvlangerman
authored andcommitted
stack-to-nix: Split into modules
Roughly dividing up the code into modules. No attempts are made to clean anything up.
1 parent 97c5b14 commit a3d38e9

File tree

8 files changed

+500
-424
lines changed

8 files changed

+500
-424
lines changed

nix-tools.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ executable lts-to-nix
124124
executable stack-to-nix
125125
ghc-options: -Wall
126126
main-is: Main.hs
127+
other-modules: Stack2nix
128+
, Stack2nix.Cache
129+
, Stack2nix.CLI
130+
, Stack2nix.External.Resolve
131+
, Stack2nix.Project
132+
, Stack2nix.Stack
127133
build-depends: base >=4.11 && <4.13
128134
, nix-tools
129135
, transformers

0 commit comments

Comments
 (0)