effect-stack 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−3 lines, 1 filesdep −mtl
Dependencies removed: mtl
Files
- effect-stack.cabal +2/−3
effect-stack.cabal view
@@ -1,5 +1,5 @@ name: effect-stack-version: 0.1.0.0+version: 0.1.0.1 synopsis: Reducing the pain of transformer stacks with duplicated effects description: When using monad transformer stacks, it is common to want to mix effects from various layers of the stack within a@@ -73,8 +73,7 @@ TypeFamilies build-depends: base >=4.12 && <4.13,- transformers >=0.5 && <0.6,- mtl+ transformers >=0.5 && <0.6 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -fno-warn-tabs