-- Initial set-of.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                set-of
version:             0.1.0.0
synopsis:            Sets of fixed size, with typelits
-- description:
license:             BSD3
license-file:        LICENSE
author:              Isaac Shapira
maintainer:          fresheyeball@protonmail.com
-- copyright:
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
tested-with:         GHC == 8.4.3, GHC == 8.4.1, GHC == 8.2.2, GHC == 8.0.2
cabal-version:       >=1.10


source-repository head
  type: git
  location: https://gitlab.com/fresheyeball/set.of.git


library
  exposed-modules: Data.Set.Of
  -- other-modules:
  -- other-extensions:
  ghc-options: -Wall
  build-depends:       base >=4.9 && <4.12
                     , containers
  hs-source-dirs:      src
  default-language:    Haskell2010