packages feed

stack-prism-0.1.4: stack-prism.cabal

Name:           stack-prism
Version:        0.1.4
Synopsis:       Stack prisms
Description:    Haskell lens prisms that use stack types


Author:         Martijn van Steenbergen, Sjoerd Visscher
Maintainer:     martijn@van.steenbergen.nl
Stability:      Experimental
Copyright:      Some Rights Reserved (CC) 2014 Martijn van Steenbergen
Homepage:       https://github.com/MedeaMelana/stack-prism
Bug-reports:    https://github.com/MedeaMelana/stack-prism/issues


Cabal-Version:  >= 1.8
License:        BSD3
License-file:   LICENSE
Category:       Data
Build-type:     Simple

Source-Repository head
  Type:         git
  Location:     https://github.com/MedeaMelana/stack-prism

Library
  Exposed-Modules:  Data.StackPrism,
                    Data.StackPrism.TH,
                    Data.StackPrism.Generic
  Build-Depends:    base >= 3.0 && < 5,
                    profunctors >= 4.0 && < 5.2,
                    tagged >= 0.4.4 && < 1,
                    transformers >= 0.2 && < 0.5,
                    template-haskell >= 2.8 && < 2.11

Test-Suite tests
  Type:             exitcode-stdio-1.0
  Hs-Source-Dirs:   tests
  Main-Is:          Tests.hs
  Other-Modules:    TestGeneric,
                    TestTH
  Build-Depends:    base >= 3.0 && < 5,
                    stack-prism,
                    template-haskell >= 2.8 && < 2.11