flake
This commit is contained in:
@@ -89,6 +89,14 @@ library
|
||||
-- Base language which the package is written in.
|
||||
default-language: Haskell2010
|
||||
|
||||
executable importer
|
||||
import: warnings
|
||||
main-is: Main.hs
|
||||
hs-source-dirs: importer
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
base,
|
||||
text
|
||||
executable quotes-api
|
||||
-- Import common warning flags.
|
||||
import: warnings
|
||||
|
||||
Reference in New Issue
Block a user