reform-happstack-0.2.5.2/ 0000755 0000000 0000000 00000000000 13134440710 013307 5 ustar 00 0000000 0000000 reform-happstack-0.2.5.2/LICENSE 0000644 0000000 0000000 00000002757 13134440710 014327 0 ustar 00 0000000 0000000 Copyright (c)2012, Jeremy Shaw
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Jeremy Shaw nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
reform-happstack-0.2.5.2/reform-happstack.cabal 0000644 0000000 0000000 00000002420 13134440710 017537 0 ustar 00 0000000 0000000 Name: reform-happstack
Version: 0.2.5.2
Synopsis: Happstack support for reform.
Description: Reform is a library for building and validating forms using applicative functors. This package add support for using reform with Happstack.
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
Author: Jeremy Shaw
Maintainer: jeremy@n-heptane.com
Copyright: 2012 Jeremy Shaw, Jasper Van der Jeugt, SeeReason Partners LLC
Category: Web
Build-type: Simple
Cabal-version: >=1.6
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
source-repository head
type: git
location: https://github.com/Happstack/reform-happstack.git
Library
Exposed-modules: Text.Reform.Happstack
Build-depends: base >4 && <5,
bytestring >= 0.9 && < 0.11,
happstack-server >= 7.0 && < 7.6,
mtl >= 2.0 && < 2.3,
random >= 1.0 && < 1.2,
reform >= 0.2 && < 0.4,
text >= 0.11 && < 1.3,
utf8-string >= 0.3 && < 1.1
reform-happstack-0.2.5.2/Setup.hs 0000644 0000000 0000000 00000000056 13134440710 014744 0 ustar 00 0000000 0000000 import Distribution.Simple
main = defaultMain
reform-happstack-0.2.5.2/Text/ 0000755 0000000 0000000 00000000000 13134440710 014233 5 ustar 00 0000000 0000000 reform-happstack-0.2.5.2/Text/Reform/ 0000755 0000000 0000000 00000000000 13134440710 015465 5 ustar 00 0000000 0000000 reform-happstack-0.2.5.2/Text/Reform/Happstack.hs 0000644 0000000 0000000 00000023520 13134440710 017741 0 ustar 00 0000000 0000000 {-# LANGUAGE FlexibleInstances, TypeFamilies, OverloadedStrings #-}
{- |
Support for using Reform with the Haskell Web Framework Happstack.