thorn-0.1: thorn.cabal
name: thorn
synopsis: Template Haskell Library
description: Template Haskell Library
category: Data, Generics
version: 0.1
stability: provisional
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.6
source-repository head
type: git
location: git://github.com/Kinokkory/Thorn.git
library
exposed-modules: Data.Thorn
build-depends:
base >= 4 && < 5,
template-haskell < 3,
mtl < 3,
containers < 1,
contravariant < 1,
bifunctors < 5,
profunctors < 5