diff options
Diffstat (limited to 'autotypes/autotypes.cabal')
-rw-r--r-- | autotypes/autotypes.cabal | 67 |
1 files changed, 23 insertions, 44 deletions
diff --git a/autotypes/autotypes.cabal b/autotypes/autotypes.cabal index 819794b..b812b94 100644 --- a/autotypes/autotypes.cabal +++ b/autotypes/autotypes.cabal @@ -1,57 +1,36 @@ cabal-version: 2.4 name: autotypes version: 0.1.0.0 - --- A short (one-line) description of the package. --- synopsis: - --- A longer description of the package. --- description: - --- A URL where users can report bugs. --- bug-reports: - --- The license under which the package is released. --- license: -author: Alexander Foremny maintainer: aforemny@posteo.de - --- A copyright notice. --- copyright: --- category: +author: Alexander Foremny extra-source-files: CHANGELOG.md library exposed-modules: - AutoTypes - AutoTypes.Unify - - -- Modules included in this library but not exported. - -- other-modules: + AutoTypes + AutoTypes.Unify - -- LANGUAGE extensions used by modules in this package. - -- other-extensions: - build-depends: - aeson, - aeson-pretty, - aeson-qq, - base, - bytestring, - containers, - filepath, - text, - time, - vector hs-source-dirs: src default-language: Haskell2010 + build-depends: + aeson, + aeson-pretty, + aeson-qq, + base, + bytestring, + containers, + filepath, + text, + time, + vector executable autotypes - main-is: Main.hs - hs-source-dirs: app - default-language: Haskell2010 - build-depends: - aeson, - autotypes, - base, - bytestring, - filepath + main-is: Main.hs + hs-source-dirs: app + default-language: Haskell2010 + build-depends: + aeson, + autotypes, + base, + bytestring, + filepath |