packages feed

stack-prism 0.1.3 → 0.1.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~profunctors

Dependency ranges changed: profunctors

Files

stack-prism.cabal view
@@ -1,5 +1,5 @@ Name:           stack-prism-Version:        0.1.3+Version:        0.1.4 Synopsis:       Stack prisms Description:    Haskell lens prisms that use stack types @@ -27,7 +27,7 @@                     Data.StackPrism.TH,                     Data.StackPrism.Generic   Build-Depends:    base >= 3.0 && < 5,-                    profunctors >= 4.0 && < 5,+                    profunctors >= 4.0 && < 5.2,                     tagged >= 0.4.4 && < 1,                     transformers >= 0.2 && < 0.5,                     template-haskell >= 2.8 && < 2.11