hcat: Add Metrics module
This commit is contained in:
parent
e53fe2237d
commit
6301994d1e
3 changed files with 107 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ library
|
|||
HCat
|
||||
HCat.FileInfo
|
||||
HCat.Internal
|
||||
HCat.Metrics
|
||||
HCat.Screen
|
||||
HCat.StatusLine
|
||||
other-modules:
|
||||
|
|
@ -33,6 +34,7 @@ library
|
|||
ghc-options: -Wall -fdefer-typed-holes
|
||||
build-depends:
|
||||
base >=4.13 && <5
|
||||
, containers
|
||||
, directory
|
||||
, process
|
||||
, text
|
||||
|
|
@ -52,6 +54,7 @@ executable hcat
|
|||
ghc-options: -Wall -fdefer-typed-holes
|
||||
build-depends:
|
||||
base >=4.13 && <5
|
||||
, containers
|
||||
, directory
|
||||
, hcat
|
||||
, time
|
||||
|
|
@ -73,6 +76,7 @@ test-suite doctest
|
|||
doctest:doctest
|
||||
build-depends:
|
||||
base >=4.13 && <5
|
||||
, containers
|
||||
, directory
|
||||
, process
|
||||
, time
|
||||
|
|
@ -97,6 +101,7 @@ test-suite spec
|
|||
build-depends:
|
||||
QuickCheck
|
||||
, base >=4.13 && <5
|
||||
, containers
|
||||
, directory
|
||||
, hcat
|
||||
, hspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue