summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-05-07 20:45:32 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2019-05-07 20:45:32 +0200
commit24689927d9f4ecf38c4c68984ce601d84d24e49a (patch)
tree1b242a921f48a1c3d3e266bc48408e10c7f636cc
parent0fb19186ddd80ae71d694071ed56d192e5bb942c (diff)
Fix whitespace in cabal file
-rw-r--r--erebos.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 8d7e62f..17948b2 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -16,7 +16,7 @@ extra-source-files: CHANGELOG.md
cabal-version: >=1.10
executable erebos
- ghc-options: -Wall
+ ghc-options: -Wall
main-is: Main.hs
other-modules: Identity,
Network,