packages feed

non-empty-containers-0.1.2.0: non-empty-containers.cabal

cabal-version: 2.0
name: non-empty-containers
version: 0.1.2.0
description: Please see the README on GitHub at <https://github.com/andrewthad/non-empty-containers#readme>
homepage: https://github.com/andrewthad/non-empty-containers#readme
bug-reports: https://github.com/andrewthad/non-empty-containers/issues
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2018 Andrew Martin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files: README.md

source-repository head
  type: git
  location: https://github.com/andrewthad/non-empty-containers

library
  exposed-modules:
    Data.Set.NonEmpty
    Data.Map.NonEmpty
  hs-source-dirs: src
  build-depends:
      base >=4.11 && <5
    , containers >= 0.5.10 && < 0.7
    , semigroupoids >= 5.2.0 && < 6.0
  ghc-options: -O2 -Wall
  default-language: Haskell2010