cabal-version: 2.2 name: gentle-introduction version: 2020.11 synopsis: This is not a prelude, this is gentle introduction description: This gentle introduction re-exports a non-clashing set of names from across Hackage ecosystem. homepage: https://github.com/phadej/gentle-introduction license: BSD-3-Clause license-file: LICENSE author: Oleg Grenrus maintainer: Oleg Grenrus copyright: Copyright (c) 2020 Oleg Grenrus category: Prelude build-type: Simple tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.2 source-repository head type: git location: https://github.com/phadej/gentle-introduction library hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall exposed-modules: Gentle.Introduction -- boot dependencies build-depends: , base ^>=4.12.0.0 || ^>=4.13.0.0 || ^>=4.14.0.0 , bytestring ^>=0.10.8.2 , containers ^>=0.6.0.1 , deepseq ^>=1.4.4.0 , mtl ^>=2.2.2 , stm ^>=2.5.0.0 , text ^>=1.2.3.0 build-depends: , aeson ^>=1.5.4.1 , base-orphans ^>=0.8.3 , case-insensitive ^>=1.2.1.0 , data-fix ^>=0.3.0 , hashable ^>=1.3.0.0 , lattices ^>=2.0.2 , optics-core ^>=0.3.0.1 , optics-extra ^>=0.3 , scientific ^>=0.3.6.2 , semialign ^>=1.1.0.1 , semigroups ^>=0.19.1 , some ^>=1.0.1 , sop-core ^>=0.5.0.1 , strict ^>=0.4 , these ^>=1.1.1.1 , time-compat ^>=1.9.4 , unliftio-core ^>=0.2.0.1 , unordered-containers ^>=0.2.13.0 , uuid-types ^>=1.0.3