bktrees 0.1.2 → 0.1.3
raw patch · 1 files changed
+15/−5 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- bktrees.cabal +15/−5
bktrees.cabal view
@@ -1,5 +1,5 @@ name: bktrees-version: 0.1.2+version: 0.1.3 license: BSD3 license-file: LICENSE author: Josef Svenningsson@@ -12,8 +12,18 @@ approximate member search, allowing you to search for elements that are of a certain distance from the element you are searching for.-build-depends: base, containers, array-exposed-modules: Data.Set.BKTree+cabal-version: >=1.2 extra-source-files: test/Test.hs-extensions: CPP-ghc-options: -O++flag splitBase+ description: Choose the new smaller, split-up base package.++library+ if flag(splitBase)+ build-depends: base >= 3, containers, array+ else+ build-depends: base < 3++ exposed-modules: Data.Set.BKTree+ extensions: CPP+ ghc-options: -O