ruby-qq-0.1.0.0: ruby-qq.cabal
name: ruby-qq
version: 0.1.0.0
synopsis: rubyish quasiquoters
homepage: https://github.com/joelteon/ruby-qq
license: MIT
license-file: LICENSE
author: Joel Taylor
maintainer: me@joelt.io
category: System
build-type: Simple
cabal-version: >=1.10
description:
Quasiquoters for @%w{}@, @%x{}@, @%r{}@, and @%q{}@.
library
exposed-modules: RubyQQ
build-depends: base >=4.6 && <4.7
, bytestring
, haskell-src-exts
, haskell-src-meta
, pcre-light
, process
, template-haskell
, trifecta
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/joelteon/ruby-qq.git