Skip to content

Commit

Permalink
hopefully CI works
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidaddict committed Apr 2, 2024
1 parent cd32cb4 commit fdb4945
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions nkeys.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fdb4945

Please sign in to comment.