diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-07 20:45:32 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-05-07 20:45:32 +0200 |
commit | 24689927d9f4ecf38c4c68984ce601d84d24e49a (patch) | |
tree | 1b242a921f48a1c3d3e266bc48408e10c7f636cc /erebos.cabal | |
parent | 0fb19186ddd80ae71d694071ed56d192e5bb942c (diff) |
Fix whitespace in cabal file
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 2 |
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, |