summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-03-09 14:56:38 +0100
committertv <tv@krebsco.de>2026-03-09 14:56:38 +0100
commit894a1ac90fcf36ee63096f7bfce48aee7047cd2c (patch)
tree903d175c9e116df4838426b849213f69f6a0b8ad
parenta6fc1e51f1f87a7cc485a47000f23f1f054beb95 (diff)
Main: src/ -> app/
-rw-r--r--app/Main.hs (renamed from src/Main.hs)0
-rw-r--r--app/Process.hs (renamed from src/Process.hs)0
-rw-r--r--hack.cabal4
3 files changed, 3 insertions, 1 deletions
diff --git a/src/Main.hs b/app/Main.hs
index 3c62184..3c62184 100644
--- a/src/Main.hs
+++ b/app/Main.hs
diff --git a/src/Process.hs b/app/Process.hs
index 41ea113..41ea113 100644
--- a/src/Process.hs
+++ b/app/Process.hs
diff --git a/hack.cabal b/hack.cabal
index a03c107..f7c8d3a 100644
--- a/hack.cabal
+++ b/hack.cabal
@@ -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,