aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-02-21 23:16:08 +0100
committerJoris2016-02-21 23:16:08 +0100
commit709d1cf587e92508ef73bca8e847cfa510c03069 (patch)
tree4232c6672eeff1ed7bb2d8de3a74bdebe772e8f3
parent5358cf7ff94a19408b3d6f2fc5fb03a51bb8b2a1 (diff)
downloadbudget-709d1cf587e92508ef73bca8e847cfa510c03069.tar.gz
budget-709d1cf587e92508ef73bca8e847cfa510c03069.tar.bz2
budget-709d1cf587e92508ef73bca8e847cfa510c03069.zip
Successfully change exec name this time
-rw-r--r--sharedCost.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal
index eef9469..9a22148 100644
--- a/sharedCost.cabal
+++ b/sharedCost.cabal
@@ -8,7 +8,7 @@ category: Web
build-type: Simple
cabal-version: >=1.10
-executable SharedCost
+executable sharedCost
main-is: Main.hs
hs-source-dirs: src/server
default-language: Haskell2010