Name: set-with Version: 0.0.1 x-revision: 1 Author: Athan Clark Maintainer: Athan Clark License: BSD3 License-File: LICENSE Synopsis: Set of elements sorted by a different data type. -- Description: Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.SetWith Build-Depends: base >= 4.6 && < 4.11 , containers , invariant Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: src , test Ghc-Options: -Wall Main-Is: Spec.hs Build-Depends: base , tasty , tasty-quickcheck , tasty-hunit , QuickCheck , quickcheck-instances Source-Repository head Type: git Location: https://github.com/athanclark/set-with.git