-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 98de3d7c601e86d63d31d5e7347e6a74797e4c0e239fe6225646f2e870ca8e33 name: classy-prelude version: 1.3.1 x-revision: 1 synopsis: A typeclass-based Prelude. description: See docs and README at category: Control, Prelude homepage: https://github.com/snoyberg/mono-traversable#readme bug-reports: https://github.com/snoyberg/mono-traversable/issues author: Michael Snoyman maintainer: michael@snoyman.com license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/snoyberg/mono-traversable library hs-source-dirs: src ghc-options: -Wall -fno-warn-orphans build-depends: async , base >=4 && <5 , basic-prelude >=0.4 , bifunctors , bytestring , chunked-data >=0.3 , containers >=0.4.2 , deepseq , dlist >=0.7 , exceptions >=0.5 , ghc-prim , hashable , lifted-async >=0.3 , lifted-base >=0.2 , monad-unlift >=0.2 , mono-traversable >=1.0 , mono-traversable-instances , mtl , mutable-containers >=0.3 && <0.4 , primitive , safe-exceptions >=0.1.1 , say , semigroups , stm < 2.5 , stm-chans >=3 , text , time , time-locale-compat , transformers , transformers-base , unordered-containers , vector , vector-instances exposed-modules: ClassyPrelude other-modules: Paths_classy_prelude default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: test ghc-options: -Wall build-depends: QuickCheck , base >=4 && <5 , classy-prelude , containers , hspec >=1.3 , transformers , unordered-containers other-modules: Paths_classy_prelude default-language: Haskell2010