Skip to content

Commit

Permalink
yay for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
autodidaddict committed Dec 5, 2023
1 parent cd98b38 commit b3a55d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/Main.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module Main where

import qualified MyLib (someFunc)
import qualified Nats.Nkeys

main :: IO ()
main = do
putStrLn "Hello, Haskell!"
MyLib.someFunc
2 changes: 1 addition & 1 deletion nkeys.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library nkeys-lib

-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base ^>=4.17.2.0,
build-depends: base,
ed25519 >= 0.0.5.0,
bytestring >= 0.9,
text,
Expand Down

0 comments on commit b3a55d6

Please sign in to comment.