name: clckwrks-plugin-redirect
version: 0.0.1
synopsis: support redirects for CMS/Blogging in clckwrks
description: This allows you to create custom url redirects as well as internal rewrites
homepage: http://www.clckwrks.com/
license: BSD3
license-file: LICENSE
copyright: 2016 Jeremy Shaw, SeeReason Partners LLC
author: Jeremy Shaw
maintainer: jeremy@n-heptane.com
category: Clckwrks
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.3, GHC == 8.10.1
source-repository head
type: git
location: git://github.com/clckwrks/clckwrks-plugin-redirect.git
flag test-server
Description: Enable the simple clckwrks site using the redirect plugin
Default: False
Manual: True
library
Default-Language: Haskell2010
exposed-modules: Clckwrks.Redirect.Acid
Clckwrks.Redirect.Monad
Clckwrks.Redirect.Plugin
Clckwrks.Redirect.Route
Clckwrks.Redirect.Types
Clckwrks.Redirect.URL
build-depends: base >= 4.3 && < 4.15,
acid-state >= 0.12 && < 0.17,
aeson >= 1.3 && < 1.6,
attoparsec >= 0.10 && < 0.14,
clckwrks >= 0.21 && < 0.27,
containers >= 0.4 && < 0.7,
happstack-hsp >= 7.2 && < 7.4,
happstack-server >= 7.0 && < 7.7,
hsp >= 0.9 && < 0.11,
hsx2hs >= 0.13 && < 0.15,
ixset >= 1.0 && < 1.2,
filepath,
mtl >= 2.0 && < 2.3,
old-locale == 1.0.*,
random >= 1.0 && < 1.3,
reform == 0.2.*,
reform-happstack == 0.2.*,
reform-hsp == 0.2.*,
safecopy >= 0.8,
text >= 0.11 && < 1.3,
template-haskell >= 2.7 && <= 2.17,
uuid >= 1.2 && <= 1.4,
uuid-orphans >= 1.2 && < 1.5,
web-plugins >= 0.4 && < 0.5,
web-routes == 0.27.*,
web-routes-happstack == 0.23.*,
web-routes-th == 0.22.*
executable test-server
Default-Language: Haskell2010
if flag(test-server)
Buildable: True
else
Buildable: False
ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-I0
Main-Is: Test.hs
hs-source-dirs: test
Build-Depends:
base,
clckwrks,
clckwrks-plugin-page,
clckwrks-theme-bootstrap,
clckwrks-plugin-redirect,
text,
web-plugins