packages feed

alfred-margaret 2.1.0.0 → 2.1.0.2

raw patch · 1 files changed

+9/−7 lines, 1 filesdep ~containersdep ~deepseqdep ~hashablePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: containers, deepseq, hashable, primitive, text, vector

API changes (from Hackage documentation)

- Data.Text.Utf8: data Text
+ Data.Text.Utf8: data () => Text
- Data.TypedByteArray: class Prim a
+ Data.TypedByteArray: class () => Prim a

Files

alfred-margaret.cabal view
@@ -1,5 +1,5 @@ name:                alfred-margaret-version:             2.1.0.0+version:             2.1.0.2 synopsis:            Fast Aho-Corasick string searching description:         An efficient implementation of the Aho-Corasick                      string searching algorithm.@@ -21,6 +21,8 @@                    , GHC == 8.10.7                      -- Nixpkgs unstable (Updated 2022-04-14)                    , GHC == 9.0.2+                     -- Nixpkgs unstable (Updated 2024-09-05)+                   , GHC == 9.6.6  source-repository head   type:     git@@ -58,13 +60,13 @@                      , Data.TypedByteArray   build-depends:       base             >= 4.7 && < 5-    , containers       >= 0.6 && < 0.7-    , deepseq          >= 1.4 && < 1.5-    , hashable         >= 1.4.0.2 && < 1.5-    , primitive        >= 0.6.4 && < 0.8-    , text             >= 2.0 && < 2.1+    , containers       >= 0.6 && < 0.8+    , deepseq          >= 1.4 && < 1.6+    , hashable         >= 1.4.0.2 && < 1.6+    , primitive        >= 0.6.4 && < 0.10+    , text             >= 2.0 && < 2.2     , unordered-containers >= 0.2.9 && < 0.3-    , vector           >= 0.12 && < 0.13+    , vector           >= 0.12 && < 0.14   ghc-options:         -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -O2   default-language:    Haskell2010   if flag(aeson) {