thorn-0.1.0.3: thorn.cabal
name: thorn
synopsis: Datatype Manipulation with Template Haskell
description: Datatype Manipulation with Template Haskell
category: Data, Generics
version: 0.1.0.3
stability: experimental
license: BSD3
license-file: LICENSE
copyright: Copyright (C) 2013 Yusuke Matsushita
author: Yusuke Matsushita
maintainer: Yusuke Matsushita <y.skm24t@gmail.com>
homepage: https://github.com/Kinokkory/Thorn
bug-reports: https://github.com/Kinokkory/Thorn/issues
build-type: Simple
cabal-version: >= 1.16
source-repository head
type: git
location: git://github.com/Kinokkory/Thorn.git
library
exposed-modules: Data.Thorn, Data.Thorn.FunctorExample, Data.Thorn.FoldExample
other-modules: Data.Thorn.Functor, Data.Thorn.Fold, Data.Thorn.Type
build-depends:
base >= 4 && < 5,
random > 1,
template-haskell < 3,
mtl < 3,
containers < 1,
contravariant < 1,
bifunctors < 5,
profunctors < 5
ghc-options: -Wall
default-language: Haskell2010