total-1.0.6: total.cabal
Name: total
Version: 1.0.6
Cabal-Version: >=1.10
Build-Type: Simple
Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
License: BSD3
License-File: LICENSE
Copyright: 2015 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Total-Library/issues
Synopsis: Exhaustive pattern matching using lenses, traversals, and prisms
Description: Use this library if you wish to hide your data type's internal
representation while still providing a way to exhaustively pattern match on
your type using exposed lenses, traversals, or prisms.
Category: Control
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Total-Library
Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4 && < 5 ,
void >= 0.4 && < 0.8
Exposed-Modules:
Lens.Family.Total
Lens.Family.Complete
GHC-Options: -Wall
Default-Language: Haskell2010