web-routes-th 0.22.0 → 0.22.1
raw patch · 2 files changed
+1/−4 lines, 2 files
Files
- Web/Routes/TH.hs +0/−3
- web-routes-th.cabal +1/−1
Web/Routes/TH.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE CPP, TemplateHaskell #-}-{- OPTIONS_GHC -optP-include -optPdist/build/autogen/cabal_macros.h -} module Web.Routes.TH ( derivePathInfo , derivePathInfo'@@ -17,8 +16,6 @@ import Language.Haskell.TH.Syntax (nameBase) import Text.ParserCombinators.Parsec ((<|>),many1) import Web.Routes.PathInfo--#include "/home/stepcut/n-heptane/projects/haskell/web-routes/web-routes-th/dist/build/autogen/cabal_macros.h" -- | use Template Haskell to create 'PathInfo' instances for a type. --
web-routes-th.cabal view
@@ -1,5 +1,5 @@ Name: web-routes-th-Version: 0.22.0+Version: 0.22.1 License: BSD3 License-File: LICENSE Author: jeremy@seereason.com