chart-unit-0.4.1: chart-unit.cabal
name: chart-unit
version: 0.4.1
synopsis:
Native haskell charts.
description:
See <https://tonyday567.github.io/chart-unit/index.html chart-unit> for chart bling and usage.
.
.
<<https://tonyday567.github.io/other/examplePixels.svg>>
.
These charts are designed to be scale independent and amenable to combinatory busywork (hence the unit suffix).
.
.
extra-source-files:
readme.md
index.html
stack.yaml
category:
charts
homepage:
https://github.com/tonyday567/chart-unit
license:
BSD3
license-file:
LICENSE
author:
Tony Day
maintainer:
tonyday567@gmail.com
copyright:
2016 Tony Day
build-type:
Simple
cabal-version:
>=1.10
library
hs-source-dirs:
src
exposed-modules:
Chart,
Chart.Unit,
Chart.Types
ghc-options:
-funbox-strict-fields
-fforce-recomp
build-depends:
base >= 4.7 && < 5,
colour,
diagrams-lib,
diagrams-svg,
foldl,
formatting,
lens,
linear,
numhask >= 0.0.5 && < 1,
numhask-range >= 0.0.3 && < 1,
text
default-language:
Haskell2010
default-extensions:
NoImplicitPrelude,
UnicodeSyntax,
BangPatterns,
BinaryLiterals,
DeriveFoldable,
DeriveFunctor,
DeriveGeneric,
DeriveTraversable,
DisambiguateRecordFields,
EmptyCase,
FlexibleContexts,
FlexibleInstances,
FunctionalDependencies,
GADTSyntax,
InstanceSigs,
KindSignatures,
LambdaCase,
MonadComprehensions,
MultiParamTypeClasses,
MultiWayIf,
NegativeLiterals,
OverloadedStrings,
ParallelListComp,
PartialTypeSignatures,
PatternSynonyms,
RankNTypes,
RecordWildCards,
RecursiveDo,
ScopedTypeVariables,
TupleSections,
TypeFamilies,
TypeOperators
executable chart-unit-examples
default-language:
Haskell2010
ghc-options:
-funbox-strict-fields
-fforce-recomp
-threaded
-rtsopts
-with-rtsopts=-N
hs-source-dirs:
examples
main-is:
examples.hs
other-modules:
FakeData
build-depends:
base >= 4.7 && < 5,
chart-unit,
protolude,
foldl,
text,
numhask,
-- for data examples
mwc-random,
mwc-probability,
primitive,
ad,
reflection,
tdigest,
-- for animation example
diagrams-rasterific,
JuicyPixels,
diagrams-lib
default-extensions:
NoImplicitPrelude,
UnicodeSyntax,
BangPatterns,
BinaryLiterals,
DeriveFoldable,
DeriveFunctor,
DeriveGeneric,
DeriveTraversable,
DisambiguateRecordFields,
EmptyCase,
FlexibleContexts,
FlexibleInstances,
FunctionalDependencies,
GADTSyntax,
InstanceSigs,
KindSignatures,
LambdaCase,
MonadComprehensions,
MultiParamTypeClasses,
MultiWayIf,
NegativeLiterals,
OverloadedStrings,
ParallelListComp,
PartialTypeSignatures,
PatternSynonyms,
RankNTypes,
RecordWildCards,
RecursiveDo,
ScopedTypeVariables,
TupleSections,
TypeFamilies,
TypeOperators
test-suite test
default-language:
Haskell2010
type:
exitcode-stdio-1.0
hs-source-dirs:
test
main-is:
test.hs
build-depends:
base >= 4.7 && < 5,
chart-unit,
tasty,
tasty-hspec,
numhask
default-extensions:
NoImplicitPrelude,
UnicodeSyntax,
BangPatterns,
BinaryLiterals,
DeriveFoldable,
DeriveFunctor,
DeriveGeneric,
DeriveTraversable,
DisambiguateRecordFields,
EmptyCase,
FlexibleContexts,
FlexibleInstances,
FunctionalDependencies,
GADTSyntax,
InstanceSigs,
KindSignatures,
LambdaCase,
MonadComprehensions,
MultiParamTypeClasses,
MultiWayIf,
NegativeLiterals,
OverloadedStrings,
ParallelListComp,
PartialTypeSignatures,
PatternSynonyms,
RankNTypes,
RecordWildCards,
RecursiveDo,
ScopedTypeVariables,
TupleSections,
TypeFamilies,
TypeOperators
source-repository head
type:
git
location:
https://github.com/tonyday567/chart-unit