summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-30 22:34:14 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-30 22:34:14 +0100
commit08f5e13d651c422853ab4e3968a1dff04435352a (patch)
treedfe83a3de83b0459f017e01e0aee5fbe69723420
parentFind data files in multiple places. (diff)
downloadvimwiki-scripts-08f5e13d651c422853ab4e3968a1dff04435352a.tar.gz
vimwiki-scripts-08f5e13d651c422853ab4e3968a1dff04435352a.tar.xz
Move all source to subdir.
-rw-r--r--hs/src/Config.hs (renamed from hs/Config.hs)0
-rw-r--r--hs/src/Data/Text/Compat.hs (renamed from hs/Data/Text/Compat.hs)0
-rw-r--r--hs/src/Files.hs (renamed from hs/Files.hs)0
-rw-r--r--hs/src/Handlingar.hs (renamed from hs/Handlingar.hs)0
-rw-r--r--hs/src/Html.hs (renamed from hs/Html.hs)0
-rw-r--r--hs/src/Links.hs (renamed from hs/Links.hs)0
-rw-r--r--hs/src/System/Home.hs (renamed from hs/System/Home.hs)0
-rw-r--r--hs/src/Util.hs (renamed from hs/Util.hs)0
-rw-r--r--hs/src/Vimwiki/Man.hs (renamed from hs/Vimwiki/Man.hs)0
-rw-r--r--hs/src/main.hs (renamed from hs/main.hs)0
-rw-r--r--hs/vimwiki.cabal2
11 files changed, 1 insertions, 1 deletions
diff --git a/hs/Config.hs b/hs/src/Config.hs
index f3c0d5b..f3c0d5b 100644
--- a/hs/Config.hs
+++ b/hs/src/Config.hs
diff --git a/hs/Data/Text/Compat.hs b/hs/src/Data/Text/Compat.hs
index f07d60a..f07d60a 100644
--- a/hs/Data/Text/Compat.hs
+++ b/hs/src/Data/Text/Compat.hs
diff --git a/hs/Files.hs b/hs/src/Files.hs
index 20554c1..20554c1 100644
--- a/hs/Files.hs
+++ b/hs/src/Files.hs
diff --git a/hs/Handlingar.hs b/hs/src/Handlingar.hs
index 281223f..281223f 100644
--- a/hs/Handlingar.hs
+++ b/hs/src/Handlingar.hs
diff --git a/hs/Html.hs b/hs/src/Html.hs
index 424f688..424f688 100644
--- a/hs/Html.hs
+++ b/hs/src/Html.hs
diff --git a/hs/Links.hs b/hs/src/Links.hs
index ecef78b..ecef78b 100644
--- a/hs/Links.hs
+++ b/hs/src/Links.hs
diff --git a/hs/System/Home.hs b/hs/src/System/Home.hs
index 30a08f1..30a08f1 100644
--- a/hs/System/Home.hs
+++ b/hs/src/System/Home.hs
diff --git a/hs/Util.hs b/hs/src/Util.hs
index 06a7e86..06a7e86 100644
--- a/hs/Util.hs
+++ b/hs/src/Util.hs
diff --git a/hs/Vimwiki/Man.hs b/hs/src/Vimwiki/Man.hs
index 35d6383..35d6383 100644
--- a/hs/Vimwiki/Man.hs
+++ b/hs/src/Vimwiki/Man.hs
diff --git a/hs/main.hs b/hs/src/main.hs
index 1b38cba..1b38cba 100644
--- a/hs/main.hs
+++ b/hs/src/main.hs
diff --git a/hs/vimwiki.cabal b/hs/vimwiki.cabal
index f68194d..a4268b2 100644
--- a/hs/vimwiki.cabal
+++ b/hs/vimwiki.cabal
@@ -15,7 +15,6 @@ category: Network
build-type: Simple
executable Main
- -- import: deps
main-is: main.hs
ghc-options: -Wall -W
-- "needed" for generated code, could be fixed with better TemplateHaskell
@@ -26,6 +25,7 @@ executable Main
-Wno-unused-do-bind
-Wno-orphans
-Wno-type-defaults
+ hs-source-dirs: src
other-modules:
Config,
Files,