Frank-0.0: Frank.cabal
name: Frank
version: 0.0
synopsis: An experimental programming language with typed algebraic effects
description: An experimental programming language with typed algebraic effects
license: PublicDomain
author: Conor McBride
build-type: Simple
cabal-version: >= 1.8
homepage: http://personal.cis.strath.ac.uk/~conor/pub/Frank/
stability: experimental
category: Languages
license-file: LICENCE
maintainer: conor@strictlypositive.org
executable frank
main-is: Main.lhs
build-depends: base < 5, void, newtype, mtl, she
extensions: TypeOperators, KindSignatures, GADTs, TypeSynonymInstances, FlexibleInstances, GeneralizedNewtypeDeriving, TupleSections, FunctionalDependencies, PatternGuards
ghc-options: -F -pgmF she
source-repository head
type: darcs
location: http://personal.cis.strath.ac.uk/~conor/pub/Frank/