Skip to content

Commit

Permalink
Update from Hackage at 2020-11-14T00:58:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 14, 2020
1 parent f38420d commit 6bc2827
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 0 deletions.
114 changes: 114 additions & 0 deletions charter/0.1.1.1/charter.cabal
@@ -0,0 +1,114 @@
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: 8915b5ff42971e3413f62497642d059ed7c6584f4c4b20da7d9fd2ace2f30af5

name: charter
version: 0.1.1.1
description: Please see the README on GitHub at <https://github.com/ChrisPenner/charter#readme>
homepage: https://github.com/ChrisPenner/charter#readme
bug-reports: https://github.com/ChrisPenner/charter/issues
author: Chris Penner
maintainer: christopher.penner@gmail.com
copyright: 2020 Chris Penner
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
data-files:
templates/index.html

source-repository head
type: git
location: https://github.com/ChrisPenner/charter

library
exposed-modules:
Charts
Charts.Internal.Auto
Charts.Internal.Chart
Charts.Internal.Server
other-modules:
Paths_charter
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson
, async
, base >=4.7 && <5
, bytestring
, containers
, http-types
, mtl
, one-liner
, process
, scientific
, text
, wai
, warp
default-language: Haskell2010

executable charter-exe
main-is: Main.hs
other-modules:
Examples.AreaChart
Examples.Auto
Examples.BarChart
Examples.ColumnChart
Examples.Histogram
Examples.LineChart
Examples.Random
Examples.ScatterChart
Paths_charter
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
MonadRandom
, aeson
, async
, base >=4.7 && <5
, bytestring
, charter
, containers
, http-types
, mtl
, one-liner
, process
, random
, scientific
, text
, wai
, warp
default-language: Haskell2010

test-suite charter-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_charter
hs-source-dirs:
test
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson
, async
, base >=4.7 && <5
, bytestring
, charter
, containers
, http-types
, mtl
, one-liner
, process
, scientific
, text
, wai
, warp
default-language: Haskell2010
1 change: 1 addition & 0 deletions charter/0.1.1.1/charter.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"705b8f3dcc3b459f55b186a5325879f0","Skein512_512":"cdf8a61cd683b108cdb8fadbecb1372d34f46564679dd4cd39b042575fb5890c2efeb1566b55ba1085e6198c75407ea2335898e1a1e991388566a3417b90c61c","SHA1":"646f356d11bc1a27b25d4e41dadc25fff54fc488","SHA512":"0a98f8dcf723f01b4ddb99a56d6096068aae53de6b55f07a79b7272805f7b633ed4da50eaf8ce2bc4e634db056cba482bb67e7ca5b4dbc07c930fc68f7fc8ea8","SHA256":"58cceb432354a6e5c82f889ed9868510527441ec029758243103819a75bcda13"},"package-locations":["https://hackage.haskell.org/package/charter-0.1.1.1/charter-0.1.1.1.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/charter-0.1.1.1.tar.gz"],"package-size":8580}

0 comments on commit 6bc2827

Please sign in to comment.