diff options
author | Justin Bedo <cu@cua0.org> | 2024-05-14 11:12:26 +1000 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2024-05-14 11:16:50 +1000 |
commit | 0a1240cc2b058887de0ef87394484eff262e4bf0 (patch) | |
tree | 1e8c186e903d38e02f80c9ab0a5f2dac61c9fe3b | |
parent | 86a6539f4667f5a4f36cf2924853eca95a5f470f (diff) |
MacOS does not use a case sensitive file system, hence dedumi.hs and
Dedumi.hs collided.
-rw-r--r-- | bin/dedumi.hs (renamed from dedumi.hs) | 0 | ||||
-rw-r--r-- | package.yaml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dedumi.hs b/bin/dedumi.hs index d26d48a..d26d48a 100644 --- a/dedumi.hs +++ b/bin/dedumi.hs diff --git a/package.yaml b/package.yaml index 398c325..f1d6c42 100644 --- a/package.yaml +++ b/package.yaml @@ -19,7 +19,7 @@ ghc-options: [-O2, -fdicts-strict, -fspec-constr-recursive=16, -fmax-worker-args executables: dedumi: - main: dedumi.hs + main: bin/dedumi.hs other-modules: - Data.FastQ - Dedumi |