packages feed

Piso-0.2: Piso.cabal

Name:           Piso
Version:        0.2
Synopsis:       Partial isomorphisms
Description:   	Partial isomorphisms


Author:         Martijn van Steenbergen
Maintainer:     martijn@van.steenbergen.nl
Stability:      Experimental
Copyright:      Some Rights Reserved (CC) 2013-2017 Martijn van Steenbergen
Homepage:       https://github.com/MedeaMelana/Piso
Bug-reports:    https://github.com/MedeaMelana/Piso/issues


Cabal-Version:  >= 1.6
Tested-With:    GHC == 8.0.2
License:        BSD3
License-file:   LICENSE
Category:       Data
Build-type:     Simple


Library
  Exposed-Modules:  Data.Piso,
                    Data.Piso.Common,
                    Data.Piso.TH,
                    Data.Piso.Generic
  Build-Depends:    base >= 3.0 && < 5,
                    template-haskell >= 2.11 && < 2.12

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