removed Lib module

This commit is contained in:
Jonathan Lamothe 2022-04-19 19:20:35 -04:00
parent 0e09e0fcbf
commit 365dc3995b
2 changed files with 0 additions and 7 deletions

View File

@ -22,7 +22,6 @@ extra-source-files:
library
exposed-modules:
Data.CSV.Slurp
Lib
other-modules:
Paths_csv_slurp
hs-source-dirs:

View File

@ -1,6 +0,0 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"