summaryrefslogtreecommitdiff
path: root/walint.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'walint.cabal')
-rw-r--r--walint.cabal150
1 files changed, 75 insertions, 75 deletions
diff --git a/walint.cabal b/walint.cabal
index fd8db2f..34737d3 100644
--- a/walint.cabal
+++ b/walint.cabal
@@ -1,81 +1,81 @@
-cabal-version: 2.4
-name: walint
-version: 0.1.0.0
+cabal-version: 1.12
--- A short (one-line) description of the package.
--- synopsis:
+-- This file has been generated from package.yaml by hpack version 0.34.5.
+--
+-- see: https://github.com/sol/hpack
--- 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: stuebinm
-maintainer: stuebinm@disroot.org
-
--- A copyright notice.
--- copyright:
--- category:
-extra-source-files: CHANGELOG.md
+name: walint
+version: 0.1
+homepage: https://stuebinm.eu/git/walint
+author: stuebinm
+maintainer: stuebinm@disroot.org
+copyright: 2022 stuebinm
+build-type: Simple
library
- default-language: Haskell2010
- ghc-options: -Wall -Wno-name-shadowing
- hs-source-dirs: lib
- exposed-modules:
- CheckMap
- WriteRepo
- CheckDir
- LintWriter
- Properties
- Tiled
- TiledAbstract
- Util
- Types
- Paths
- Uris
- LintConfig
- Badges
- LayerData
- Dirgraph
- KindLinter
- build-depends: base,
- aeson,
- bytestring,
- containers,
- text,
- vector,
- transformers,
- mtl,
- either,
- filepath,
- getopt-generics,
- regex-tdfa,
- extra,
- witherable,
- dotgen,
- text-metrics,
- uri-encode,
- network-uri,
- HList
+ exposed-modules:
+ CheckDir
+ WriteRepo
+ Util
+ Types
+ LintConfig
+ other-modules:
+ Badges
+ CheckMap
+ Dirgraph
+ KindLinter
+ LayerData
+ LintWriter
+ Paths
+ Properties
+ Tiled
+ TiledAbstract
+ Uris
+ Paths_walint
+ hs-source-dirs:
+ lib
+ ghc-options: -Wall -Wno-name-shadowing
+ build-depends:
+ HList
+ , aeson
+ , base
+ , bytestring
+ , containers
+ , dotgen
+ , either
+ , extra
+ , filepath
+ , getopt-generics
+ , mtl
+ , network-uri
+ , regex-tdfa
+ , text
+ , text-metrics
+ , transformers
+ , uri-encode
+ , vector
+ , witherable
+ default-language: Haskell2010
--- TODO: move more stuff into lib, these dependencies are silly
executable walint
- main-is: Main.hs
- ghc-options: -Wall
- build-depends: base,
- walint,
- getopt-generics,
- aeson,
- aeson-pretty,
- bytestring,
- mtl,
- text,
- template-haskell,
- process
- hs-source-dirs: src
- default-language: Haskell2010
- other-modules: Version
+ main-is: Main.hs
+ other-modules:
+ Version
+ Paths_walint
+ hs-source-dirs:
+ src
+ ghc-options: -Wall -Wno-name-shadowing
+ build-tool-depends:
+ hspec-discover:hspec-discover
+ build-depends:
+ aeson
+ , aeson-pretty
+ , base
+ , bytestring
+ , getopt-generics
+ , mtl
+ , process
+ , template-haskell
+ , text
+ , walint
+ default-language: Haskell2010