diff options
author | Guillermo Ramos | 2017-09-22 00:03:35 +0200 |
---|---|---|
committer | Guillermo Ramos | 2017-09-22 00:03:35 +0200 |
commit | bc3e8b290c18e4d5d9436f74fae828eb8476c944 (patch) | |
tree | 9e81a734144fd88d92fde5661bbee593ffda21ef | |
parent | 33de036d4f068e97d98dbaf55535aadfb77a00e7 (diff) | |
download | turing-bc3e8b290c18e4d5d9436f74fae828eb8476c944.tar.gz |
-rw-r--r-- | turing.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/turing.cabal b/turing.cabal index 12d0fab..3e787cd 100644 --- a/turing.cabal +++ b/turing.cabal @@ -21,7 +21,7 @@ library , containers default-language: Haskell2010 -executable turing +executable turing-cli hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N |