initial
This commit is contained in:
27
infer.cabal
Normal file
27
infer.cabal
Normal file
@@ -0,0 +1,27 @@
|
||||
cabal-version: >=1.10
|
||||
|
||||
name: infer
|
||||
version: 0.1.0.0
|
||||
license-file: LICENSE
|
||||
author: hellerve
|
||||
maintainer: veit@veitheller.de
|
||||
build-type: Simple
|
||||
extra-source-files: CHANGELOG.md
|
||||
|
||||
executable infer
|
||||
main-is: App.hs
|
||||
build-depends: base >=4.12.0.0 && <4.14.0.0
|
||||
, infer-lib
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
||||
library infer-lib
|
||||
ghc-options: -Wall
|
||||
exposed-modules: Infer.Treat
|
||||
build-depends: base >=4.12.0.0 && <4.14.0.0
|
||||
, aeson
|
||||
, containers
|
||||
, utf8-string
|
||||
hs-source-dirs: lib
|
||||
default-language: Haskell2010
|
||||
|
Reference in New Issue
Block a user