packages feed

rebindable-0.1.0: 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.0
synopsis:       A library to facilitate rebinding of Haskell syntax
maintainer:     Sean Lee <freshdried@gmail.com>
license:        MIT
build-type:     Simple
cabal-version:  >= 1.10

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