inventory-0.1.0.3: inventory.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: e0077ffac241039a12a7c4c25cbf73cc19bcf4b81132d5a8194a2747df9c137a
name: inventory
version: 0.1.0.3
synopsis: Project statistics and definition analysis
description: Please see the README on GitHub at <https://github.com/aaronallen8455/inventory#readme>
category: Utility
homepage: https://github.com/aaronallen8455/inventory#readme
bug-reports: https://github.com/aaronallen8455/inventory/issues
author: Aaron Allen
maintainer: aaronallen8455@gmail.com
copyright: 2021 Aaron Allen
license: BSD3
license-file: LICENSE
tested-with: GHC ==8.8.4 || ==8.10.4 || ==9.0.1
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/aaronallen8455/inventory
library
exposed-modules:
DefCounts.Output
DefCounts.ProcessHie
GHC.Api
GHC.DynFlags
GHC.Output
HieFile
MatchSigs.Matching
MatchSigs.Matching.Env
MatchSigs.Output
MatchSigs.ProcessHie
MatchSigs.Sig
Output
UseCounts.Output
UseCounts.ProcessHie
Utils
other-modules:
Paths_inventory
hs-source-dirs:
src
ghc-options: -Wall -fwarn-incomplete-patterns
build-depends:
appendmap >=0.1.5 && <0.2
, array >=0.5.4 && <0.6
, base >=4.7 && <5
, bytestring >=0.10.10 && <0.11
, containers >=0.6.2 && <0.7
, directory >=1.3.6 && <1.4
, filepath >=1.4.2 && <1.5
, ghc >=8.8 && <9.1
, ghc-paths >=0.1.0 && <0.2
, mtl >=2.2.2 && <2.3
default-language: Haskell2010
executable inventory
main-is: Main.hs
other-modules:
Paths_inventory
hs-source-dirs:
app
ghc-options: -Wall -fwarn-incomplete-patterns -threaded -rtsopts -with-rtsopts=-N -with-rtsopts=-A16m
build-depends:
appendmap >=0.1.5 && <0.2
, array >=0.5.4 && <0.6
, base >=4.7 && <5
, bytestring >=0.10.10 && <0.11
, containers >=0.6.2 && <0.7
, directory >=1.3.6 && <1.4
, filepath >=1.4.2 && <1.5
, ghc >=8.8 && <9.1
, ghc-paths >=0.1.0 && <0.2
, inventory
, mtl >=2.2.2 && <2.3
default-language: Haskell2010
test-suite inventory-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
HieSource.T1
HieSource.T10
HieSource.T11
HieSource.T12
HieSource.T13
HieSource.T14
HieSource.T15
HieSource.T16
HieSource.T17
HieSource.T18
HieSource.T19
HieSource.T2
HieSource.T20
HieSource.T21
HieSource.T3
HieSource.T4
HieSource.T5
HieSource.T6
HieSource.T7
HieSource.T8
HieSource.T9
Paths_inventory
hs-source-dirs:
test
ghc-options: -Wall -fwarn-incomplete-patterns -threaded -rtsopts -with-rtsopts=-N -fwrite-ide-info -hiedir=test/hie
build-depends:
appendmap >=0.1.5 && <0.2
, array >=0.5.4 && <0.6
, base >=4.7 && <5
, bytestring >=0.10.10 && <0.11
, containers >=0.6.2 && <0.7
, directory >=1.3.6 && <1.4
, filepath >=1.4.2 && <1.5
, ghc >=8.8 && <9.1
, ghc-paths >=0.1.0 && <0.2
, inventory
, mtl >=2.2.2 && <2.3
, tasty
, tasty-hunit
default-language: Haskell2010