bff 0.3.1 → 0.3.1.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- bff-cgi.hs +5/−2
- bff.cabal +2/−2
bff-cgi.hs view
@@ -68,7 +68,10 @@ ) -cdata s = primHtml ("<![CDATA[\n"++ s ++ "\n]]>")+cdata s = primHtml $ + -- ("<![CDATA[\n"++ + s+ -- ++ "\n]]>") maindiv = thediv ! [theclass "main"] @@ -175,7 +178,7 @@ cgiMain = do- setHeader "Content-type" "text/xml; charset=UTF-8"+ setHeader "Content-type" "text/html; charset=UTF-8" -- the next piece of code is not to be take seious todo <- (fromMaybe Check . listToMaybe . catMaybes) `fmap`
bff.cabal view
@@ -1,5 +1,5 @@ name: bff-version: 0.3.1+version: 0.3.1.1 license: PublicDomain description: This is an implementation of the ideas presented in "Bidirectionalization@@ -77,7 +77,7 @@ MyInterpret if flag(binaries) build-depends:- base >= 2 && < 5, directory, xhtml, cgi, hint >= 0.3.2, utf8-string+ base >= 4 && < 5, directory, xhtml, cgi, hint >= 0.3.2, utf8-string buildable: True else buildable: False