abt-0.1.1.0: abt.cabal
name: abt
version: 0.1.1.0
synopsis: Abstract binding trees for Haskell
description: A Haskell port of the Carnegie Mellon ABT library (SML), with some improvements.
license: MIT
license-file: LICENSE
author: Jonathan Sterling
maintainer: jon@jonmsterling.com
category: Language
build-type: Simple
cabal-version: >=1.10
extra-source-files: CHANGELOG.md
source-repository head
type: git
location: https://github.com/jonsterling/hs-abt.git
library
exposed-modules: Abt.Class,
Abt.Class.Show1,
Abt.Class.HEq1,
Abt.Class.Monad,
Abt.Class.Abt,
Abt.Types,
Abt.Types.Nat,
Abt.Types.View,
Abt.Concrete.LocallyNameless
Abt.Tutorial
build-depends: base >=4.7 && <4.8,
vinyl >=0.5,
profunctors >=4.3.2,
transformers >=0.2,
transformers-compat >=0.3
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010