packages feed

ephemeral-0.0.1: ephemeral.cabal

cabal-version: 2.4
name: ephemeral
version: 0.0.1
synopsis: See readme.md
description: See readme.md for description.
category: project
author: Tony Day
maintainer: tonyday567@gmail.com
copyright: Tony Day (c) AfterTimes
license: BSD-3-Clause
homepage: https://github.com/tonyday567/ephemeral#readme
bug-reports: https://github.com/tonyday567/ephemeral/issues
build-type: Simple
extra-doc-files: other/*.svg
source-repository head
  type: git
  location: https://github.com/tonyday567/ephemeral
library
  exposed-modules:
    Ephemeral.Chart
    Ephemeral.Learn
    Ephemeral.Market
    Ephemeral.Shekel
  hs-source-dirs:
    src
  default-extensions:
  ghc-options:
    -Wall
    -Wcompat
    -Wincomplete-record-updates
    -Wincomplete-uni-patterns
    -Wredundant-constraints
    -fwrite-ide-info
    -hiedir=.hie

  build-depends:
    attoparsec >= 0.13 && < 0.14,
    base >= 4.7 && < 5,
    box >= 0.6 && < 0.7,
    box-csv >= 0.0.1 && < 0.1,
    chart-svg >= 0.2 && < 0.3,
    concurrency >= 1.11,
    lens >= 4.19.2 && < 5,
    lucid,
    moo,
    mealy >= 0.0.2 && < 0.1,
    mwc-probability >= 2.3.1 && < 2.4,
    numhask >= 0.7.1 && < 0.8,
    numhask-array >= 0.8 && < 0.9,
    numhask-space >= 0.7.1 && < 0.8,
    primitive,
    profunctors >= 5.5,
    random >= 1.2 && < 1.3,
    text >= 1.2,
    time >= 1.9 && < 1.10,
    transformers >= 0.5,
    unordered-containers,
    microlens,
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: test.hs
  hs-source-dirs:
    test
  build-depends:
    base >=4.7 && <5,
    doctest,
    numhask >= 0.7.1 && < 0.8,
    ephemeral
  default-language: Haskell2010
  default-extensions:
  ghc-options:
    -Wall
    -Wcompat
    -Wincomplete-record-updates
    -Wincomplete-uni-patterns
    -Wredundant-constraints
    -fwrite-ide-info
    -hiedir=.hie