packages feed

here-1.0: here.cabal

name: here
version: 1.0
synopsis: Here docs via quasiquotation
description: Here docs via quasiquotation
license: BSD3
license-file: LICENSE
author: Taylor M. Hedberg
maintainer: t@tmh.cc
copyright: ©2013 Taylor M. Hedberg
homepage: https://github.com/tmhedberg/here
category: Data
build-type: Simple
cabal-version: >=1.8

library
  hs-source-dirs: src
  exposed-modules: Data.String.Here
  build-depends: base ==4.6.*, template-haskell
  ghc-options: -Wall