packages feed

pred-set-0.0.0: pred-set.cabal

Name:                   pred-set
Version:                0.0.0
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                BSD3
License-File:           LICENSE
Synopsis:               Simple cached predicates
Cabal-Version:          >= 1.10
Build-Type:             Simple
Category:               Data

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Data.PredSet.Mutable
  Build-Depends:        base >= 4.8 && < 5
                      , hashtables
                      , hashable
                      , HSet

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/pred-set