packages feed

transformers-either 0.1.3 → 0.1.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

transformers-either.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name:          transformers-either-version:       0.1.3+version:       0.1.4 license:       BSD-3-Clause license-file:  LICENSE author:        Tim McGilchrist <timmcgil@gmail.com>@@ -10,7 +10,7 @@ category:      System build-type:    Simple tested-with:-  GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5+  GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.4 || ==9.6.1  description:   Drop in alternative to ExceptT.@@ -28,7 +28,7 @@   build-depends:     , base          >=4.8 && <5     , exceptions    >=0.6 && <0.11-    , text          ^>=1.2+    , text          >= 1.2 && <2.1     , transformers  >=0.4 && <0.7    ghc-options:      -Wall