fuzzyset 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+1/−15 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- app/Main.hs +0/−6
- fuzzyset.cabal +1/−9
− app/Main.hs
@@ -1,6 +0,0 @@-module Main where--import Data.FuzzySet--main :: IO ()-main = return ()
fuzzyset.cabal view
@@ -1,5 +1,5 @@ name: fuzzyset-version: 0.1.0.1+version: 0.1.0.2 synopsis: Fuzzy set for approximate string matching description: This library is based on the Python and JavaScript libraries with the same name. homepage: https://github.com/laserpants/fuzzyset-haskell@@ -28,14 +28,6 @@ , text-metrics ==0.3.0 , unordered-containers ==0.2.8.0 , vector ==0.12.0.1- default-language: Haskell2010--executable fuzzyset-exe- hs-source-dirs: app- main-is: Main.hs- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , fuzzyset default-language: Haskell2010 test-suite fuzzyset-test