CodeGen -> CodeGenQ

This commit is contained in:
Michael Snoyman 2010-07-13 14:26:13 +03:00
parent 7990901974
commit 3637c89370
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
{-# LANGUAGE QuasiQuotes #-}
import CodeGen
import CodeGenQ
import System.IO
import System.Directory

View File

@ -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>