packages feed

validated-literals-0.1.0: validated-literals.cabal

Name:                validated-literals
Version:             0.1.0

Homepage:            https://github.com/merijn/validated-literals
Bug-Reports:         https://github.com/merijn/validated-literals/issues

Author:              Merijn Verstraaten
Maintainer:          Merijn Verstraaten <merijn@inconsistent.nl>
Copyright:           Copyright © 2015 Merijn Verstraaten

License:             BSD3
License-File:        LICENSE

Category:            Data
Cabal-Version:       >= 1.10
Build-Type:          Simple
Tested-With:         GHC == 7.8.3

Synopsis:            Compile-time checking for partial smart-constructors

Description:

Extra-Source-Files:
    examples/ByteString.hs
    examples/Even.hs
    examples/Examples.hs

Library
  Default-Language:     Haskell2010
  GHC-Options:          -Wall

  Default-Extensions:   
  Other-Extensions:     DefaultSignatures, FlexibleContexts,
                        MultiParamTypeClasses, TemplateHaskell

  Exposed-Modules:      ValidLiterals
  Other-Modules:        

  Build-Depends:        base >=4.8 && <4.9
               ,        template-haskell
               ,        bytestring >=0.10 && <0.11

Source-Repository head
  Type:     mercurial
  Location: https://bitbucket.org/merijnv/validated-literals

Source-Repository head
  Type:     git
  Location: git+ssh://github.com:merijn/validated-literals