Compare commits

...

3 Commits

Author SHA1 Message Date
Rúnar
ea939be7f7 Bump version 2023-05-20 13:26:35 -04:00
Rúnar
a1c151f094
Merge pull request #3 from mitchellwrosen/master
Allow massive ==1.0.*
2023-05-20 13:15:36 -04:00
Mitchell Rosen
210cc11115 allow massive ==1.0.* 2022-11-21 14:36:38 -05:00

View File

@ -1,6 +1,6 @@
cabal-version: 2.2
name: fuzzyfind
version: 3.0.0
version: 3.0.1
license: MIT
license-file: LICENSE
author: Rúnar Bjarnason
@ -26,7 +26,7 @@ source-repository head
library
exposed-modules: Text.FuzzyFind
other-extensions: DeriveGeneric, OverloadedLists, ScopedTypeVariables, ViewPatterns
build-depends: base ==4.*, massiv ==0.6.*, containers ==0.6.*, text ==1.2.*
build-depends: base ==4.*, massiv ==0.6.* || ==1.0.*, containers ==0.6.*, text ==1.2.*
hs-source-dirs: src
default-language: Haskell2010