Skip to content

Commit df74ed8

Browse files
committed
Added notes about changing src code structure.
1 parent e2e2915 commit df74ed8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

husk-scheme.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Cabal-Version: >= 1.2
1818
Build-Type: Simple
1919
Category: Compilers/Interpreters
2020

21+
-- TODO: need to move source to a dir such as: src/Scheme/*.hs
22+
--
2123
--Library
2224
-- Exposed-Modules: Scheme.Core
2325
-- Scheme.Types
@@ -26,10 +28,12 @@ Category: Compilers/Interpreters
2628
-- Scheme.Numerical
2729
-- Scheme.Parser
2830
-- Build-Depends: base >= 2.0, haskeline
31+
-- Might be a good idea: Hs-Source-Dirs: src
2932

3033
Executable huski
3134
Build-Depends: base >= 2.0, haskeline, haskell98, mtl
3235
Main-is: shell.hs
36+
-- Might be a good idea: Hs-Source-Dirs: src
3337
Other-Modules: Scheme.Variables
3438
-- TODO: does cabal expect these files to be in a "Scheme" directory, with proper capitalization?
3539
-- Other-Modules: Scheme.Core

0 commit comments

Comments
 (0)