packages feed

sasha 0.2 → 0.2.0.1

raw patch · 1 files changed

+20/−13 lines, 1 filesdep ~QuickCheckdep ~basedep ~containersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: QuickCheck, base, containers, tasty-bench, tasty-quickcheck

API changes (from Hackage documentation)

- Sasha: sasha :: forall r. r -> Sasha r -> ByteString -> r
+ Sasha: sasha :: r -> Sasha r -> ByteString -> r
- Sasha.TTH: satth :: forall r. Code Q r -> SaTTH r -> Code Q (ByteString -> r)
+ Sasha.TTH: satth :: Code Q r -> SaTTH r -> Code Q (ByteString -> r)

Files

sasha.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               sasha-version:            0.2+version:            0.2.0.1 author:             Oleg Grenrus <oleg.grenrus@iki.fi> maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi> synopsis:           A staged lexer generator@@ -18,7 +18,15 @@   CHANGELOG.md   example.json -tested-with:        GHC ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.2+tested-with:+  GHC ==9.0.2+   || ==9.2.8+   || ==9.4.8+   || ==9.6.7+   || ==9.8.4+   || ==9.10.2+   || ==9.12.4+   || ==9.14.1  source-repository head   type:     git@@ -38,11 +46,11 @@   import:            common   hs-source-dirs:    src   build-depends:-    , base              ^>=4.15.0.0  || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0-    , bytestring        ^>=0.10.12.1 || ^>=0.11.3.1-    , containers        ^>=0.6.4.1-    , lattices          >=2.1        && <2.2        || ^>=2.2-    , QuickCheck        ^>=2.14.2+    , base              ^>=4.15.0.0  || ^>=4.16.0.0 || ^>=4.17.0.0 || ^>=4.18.0.0 || ^>=4.19.0.0 || ^>=4.20.0.0 || ^>=4.21.0.0 || ^>=4.22.0.0+    , bytestring        ^>=0.10.12.1 || ^>=0.11.3.1 || ^>=0.12.1.0+    , containers        ^>=0.6.4.1   || ^>=0.7      || ^>=0.8+    , lattices          ^>=2.1       || ^>=2.2+    , QuickCheck        ^>=2.14.2    || ^>=2.15     || ^>=2.18.0.0     , template-haskell     , th-letrec         ^>=0.1     , wide-word         ^>=0.1.4.0@@ -76,14 +84,13 @@     , deepseq     , lattices     , sasha-    , template-haskell    -- test dependencies   build-depends:-    , tasty             ^>=1.4.3-    , tasty-bench       ^>=0.3.2+    , tasty             ^>=1.4.3    || ^>=1.5+    , tasty-bench       ^>=0.3.2    || ^>=0.5     , tasty-hunit       ^>=0.10.0.3-    , tasty-quickcheck  ^>=0.10.2-    , text              ^>=1.2.5.0  || ^>=2.0+    , tasty-quickcheck  ^>=0.10.2   || ^>=0.11.1+    , text              ^>=1.2.5.0  || ^>=2.0    || ^>=2.1.1 -  build-tool-depends: alex:alex ^>=3.2.7.1+  build-tool-depends: alex:alex ^>=3.2.7.1 || ^>=3.5.1.0