diff options
author | Joris | 2016-02-21 23:16:08 +0100 |
---|---|---|
committer | Joris | 2016-02-21 23:16:08 +0100 |
commit | 709d1cf587e92508ef73bca8e847cfa510c03069 (patch) | |
tree | 4232c6672eeff1ed7bb2d8de3a74bdebe772e8f3 | |
parent | 5358cf7ff94a19408b3d6f2fc5fb03a51bb8b2a1 (diff) |
Successfully change exec name this time
-rw-r--r-- | sharedCost.cabal | 2 |
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 |