name: AlanDeniseEricLauren version: 0.1.0.1 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: 2016 Echo Nolan maintainer: echo@echonolan.net homepage: http://github.com/enolan/AlanDeniseEricLauren synopsis: Find the minimal subset/submap satisfying some property. description: Find the minimal subset/submap satisfying some arbitrary property. category: Algorithms author: Echo Nolan extra-doc-files: README.md library exposed-modules: ADEL build-depends: base >=4.8.2.0 && <4.9, containers >=0.5.6.2 && <0.6, MonadRandom >=0.4.2.3 && <0.5, mtl >=2.2.1 && <2.3, random ==1.1.*, random-shuffle >=0.0.4 && <0.1, vector >=0.11.0.0 && <0.12 default-language: Haskell2010 default-extensions: FlexibleContexts RankNTypes hs-source-dirs: src ghc-options: -fdefer-typed-holes -Wall -O2 test-suite spec type: exitcode-stdio-1.0 main-is: Main.hs build-depends: AlanDeniseEricLauren >=0.1.0.1 && <0.2, base >=4.8.2.0 && <4.9, containers >=0.5.6.2 && <0.6, hspec >=2.2.3 && <2.3, hspec-core >=2.2.3 && <2.3, QuickCheck >=2.8.2 && <2.9, random ==1.1.*, transformers >=0.4.2.0 && <0.5, MonadRandom >=0.4.2.3 && <0.5 default-language: Haskell2010 default-extensions: ScopedTypeVariables hs-source-dirs: test benchmark bench type: exitcode-stdio-1.0 main-is: Main.hs build-depends: AlanDeniseEricLauren >=0.1.0.1 && <0.2, base >=4.8.2.0 && <4.9, containers >=0.5.6.2 && <0.6, criterion >=1.1.1.0 && <1.2 default-language: Haskell2010 hs-source-dirs: bench ghc-options: -O2