summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-11-04 00:00:40 +0100
committertv <tv@shackspace.de>2014-11-04 00:00:40 +0100
commita1aa9ddd72dfdec47399f29319f821f542906365 (patch)
treeb235d966ff561a649fb873072d5edd5969c082a6
parent0f447cd62836a5f5b29b8e14263fde89f446f52b (diff)
mv **.hs src/
-rw-r--r--cgroup-server.cabal2
-rw-r--r--src/CGroup.hs (renamed from CGroup.hs)0
-rw-r--r--src/CGroup/Types.hs (renamed from CGroup/Types.hs)0
-rw-r--r--src/Main.hs (renamed from Main.hs)0
-rw-r--r--src/Main/Config.hs (renamed from Main/Config.hs)0
-rw-r--r--src/Main/Util.hs (renamed from Main/Util.hs)0
6 files changed, 1 insertions, 1 deletions
diff --git a/cgroup-server.cabal b/cgroup-server.cabal
index 8977394..cada88e 100644
--- a/cgroup-server.cabal
+++ b/cgroup-server.cabal
@@ -28,6 +28,6 @@ executable cgroup-server
, text >=1.1 && <1.2
, wai >=3.0 && <3.1
, warp >=3.0 && <3.1
- -- hs-source-dirs:
+ hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
diff --git a/CGroup.hs b/src/CGroup.hs
index 11b54cd..11b54cd 100644
--- a/CGroup.hs
+++ b/src/CGroup.hs
diff --git a/CGroup/Types.hs b/src/CGroup/Types.hs
index 98422f3..98422f3 100644
--- a/CGroup/Types.hs
+++ b/src/CGroup/Types.hs
diff --git a/Main.hs b/src/Main.hs
index 3a41de4..3a41de4 100644
--- a/Main.hs
+++ b/src/Main.hs
diff --git a/Main/Config.hs b/src/Main/Config.hs
index 47c12ba..47c12ba 100644
--- a/Main/Config.hs
+++ b/src/Main/Config.hs
diff --git a/Main/Util.hs b/src/Main/Util.hs
index b02f80c..b02f80c 100644
--- a/Main/Util.hs
+++ b/src/Main/Util.hs