diff options
| author | tv <tv@krebsco.de> | 2026-03-09 14:56:38 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-09 14:56:38 +0100 |
| commit | 894a1ac90fcf36ee63096f7bfce48aee7047cd2c (patch) | |
| tree | 903d175c9e116df4838426b849213f69f6a0b8ad /hack.cabal | |
| parent | a6fc1e51f1f87a7cc485a47000f23f1f054beb95 (diff) | |
Main: src/ -> app/
Diffstat (limited to 'hack.cabal')
| -rw-r--r-- | hack.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -15,13 +15,15 @@ library hs-source-dirs: src Executable hack - hs-source-dirs: src main-is: Main.hs + hs-source-dirs: app + other-modules: Process Build-depends: blessings, containers, data-default, + hack, lens, mtl, old-locale, |
