packages feed

stack-prism 0.1.5 → 0.1.6

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Data/StackPrism/TH.hs view
@@ -86,8 +86,8 @@        -- Avoid needing -XKindSignatures for deriving stack prisms for simple       -- types. It seems in recent versions of template-haskell, tyargs of kind-      -- *, such as that of Maybe, are now KindedTVs instead of PlainTVs. If we-      -- copy the KindedTVs straight into the output type signature, GHC+      -- `*', such as that of Maybe, are now KindedTVs instead of PlainTVs. If +      -- we copy the KindedTVs straight into the output type signature, GHC       -- requires -XKindSignatures.       let simplifyTyArg = \case             KindedTV tyName StarT -> PlainTV tyName
stack-prism.cabal view
@@ -1,5 +1,5 @@ Name:           stack-prism-Version:        0.1.5+Version:        0.1.6 Synopsis:       Stack prisms Description:    Haskell lens prisms that use stack types