diff --git a/nkeys.cabal b/nkeys.cabal index ecee039..518f3a0 100644 --- a/nkeys.cabal +++ b/nkeys.cabal @@ -36,20 +36,20 @@ library nkeys-lib hs-source-dirs: src default-language: Haskell2010 -executable nkeys-exe - main-is: Main.hs +-- executable nkeys-exe +-- main-is: Main.hs - -- Modules included in this executable, other than Main. - -- other-modules: +-- -- Modules included in this executable, other than Main. +-- -- other-modules: - -- LANGUAGE extensions used by modules in this package. - -- other-extensions: - build-depends: - base == 4.19.0.0, - nkeys-lib +-- -- LANGUAGE extensions used by modules in this package. +-- -- other-extensions: +-- build-depends: +-- base == 4.19.0.0, +-- nkeys-lib - hs-source-dirs: app - default-language: Haskell2010 +-- hs-source-dirs: app +-- default-language: Haskell2010 test-suite nkeys-test default-language: Haskell2010