rebindable-0.1.2: rebindable.cabal
-- This file has been generated from package.yaml by hpack version 0.14.1.
--
-- see: https://github.com/sol/hpack
name: rebindable
version: 0.1.2
synopsis: A library to facilitate rebinding of Haskell syntax
description: A library to facilitate rebinding of Haskell syntax
category: Syntax
homepage: https://github.com/sleexyz/rebindable
bug-reports: https://github.com/sleexyz/rebindable/issues
author: Sean Lee
maintainer: Sean Lee <freshdried@gmail.com>
license: MIT
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/sleexyz/rebindable
library
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >= 4.9 && < 5
, data-default-class
, indexed
exposed-modules:
Language.Haskell.Rebindable
Language.Haskell.Rebindable.Do
default-language: Haskell2010