packages feed

reflex-dynamic-containers-0.1.0.0: reflex-dynamic-containers.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 19134950744a096fb8a5bf256e21f5a117e91866a3bb2748edd93da6d3bf9283

name:           reflex-dynamic-containers
version:        0.1.0.0
synopsis:       various dynamic containers for Reflex
description:    Please see the README on GitHub at <https://github.com/pdlla/reflex-dynamic-containers#readme>
category:       FRP, Reflex
homepage:       https://github.com/pdlla/reflex-dynamic-containers#readme
bug-reports:    https://github.com/pdlla/reflex-dynamic-containers/issues
author:         pdlla
maintainer:     chippermonky@gmail.com
copyright:      2020 Peter Lu
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/pdlla/reflex-dynamic-containers

library
  exposed-modules:
      Reflex.Data.ActionStack
      Reflex.Data.List
      Reflex.Data.Sequence
      Reflex.Data.Stack
  other-modules:
      Data.Wedge
      Reflex.Potato.Helpers
      Paths_reflex_dynamic_containers
  hs-source-dirs:
      src
  default-extensions: ApplicativeDo BangPatterns DataKinds ConstraintKinds DeriveFoldable DeriveFunctor DeriveTraversable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators NoImplicitPrelude
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
    , binary
    , containers
    , deepseq
    , dependent-map
    , dependent-sum
    , hashable
    , ilist
    , reflex
    , reflex-test-host
    , relude
    , these
  default-language: Haskell2010

test-suite reflex-dynamic-containers-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Reflex.Data.ActionStackSpec
      Reflex.Data.ListSpec
      Reflex.Data.SequenceSpec
      Reflex.Data.StackSpec
      Reflex.Potato.Helpers
      Paths_reflex_dynamic_containers
  hs-source-dirs:
      test
  default-extensions: ApplicativeDo BangPatterns DataKinds ConstraintKinds DeriveFoldable DeriveFunctor DeriveTraversable DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies EmptyCase ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PatternSynonyms RankNTypes ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeFamilyDependencies TypeOperators NoImplicitPrelude
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit
    , base >=4.7 && <5
    , binary
    , containers
    , deepseq
    , dependent-map
    , dependent-sum
    , hashable
    , hspec
    , hspec-contrib
    , ilist
    , reflex
    , reflex-dynamic-containers
    , reflex-test-host
    , relude
    , these
  default-language: Haskell2010