Merge pull request #3 from mitchellwrosen/master

Allow massive ==1.0.*
This commit is contained in:
Rúnar 2023-05-20 13:15:36 -04:00 committed by GitHub
commit a1c151f094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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