diff options
-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 |