Skip to content
Snippets Groups Projects
Commit 301e0b33 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

add the barest skeleton of a library

parent 9d85766f
No related branches found
No related tags found
1 merge request!1drop in this standard nix/haskell-flavored gitlab ci config
module MyLib (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"
module Tahoe.Capability where
......@@ -64,7 +64,7 @@ library
import: warnings
-- Modules exported by the library.
exposed-modules: MyLib
exposed-modules: Tahoe.Capability
-- Modules included in this library but not exported.
-- other-modules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment