CodeGen -> CodeGenQ
This commit is contained in:
parent
7990901974
commit
3637c89370
@ -1,6 +1,6 @@
|
||||
{-# LANGUAGE TemplateHaskell #-}
|
||||
-- | A code generation quasi-quoter. Everything is taken as literal text, with ~var~ variable interpolation, and ~~ is completely ignored.
|
||||
module CodeGen (codegen) where
|
||||
module CodeGenQ (codegen) where
|
||||
|
||||
import Language.Haskell.TH.Quote
|
||||
import Language.Haskell.TH.Syntax
|
||||
@ -1,5 +1,5 @@
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
import CodeGen
|
||||
import CodeGenQ
|
||||
import System.IO
|
||||
import System.Directory
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod
|
||||
version: 0.4.0
|
||||
version: 0.4.0.1
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user