From 1530a4646b5bb7ab2930d1433eda87d5f0936125 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sat, 15 Jan 2022 00:46:30 +0100 Subject: use hpack and clean up modules as annoying as yaml is, cabal's package format is somehow worse, apparently --- walint.cabal | 151 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 75 insertions(+), 76 deletions(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index e43ae12..73c5fd0 100644 --- a/walint.cabal +++ b/walint.cabal @@ -1,82 +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, - dotgen - hs-source-dirs: src - default-language: Haskell2010 - other-modules: Version + main-is: Main.hs + 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 + hs-source-dirs: + src + default-language: Haskell2010 + other-modules: + Version + Paths_walint -- cgit v1.2.3