jailbreak packages to support blaze-html 0.6.0.0
- hamlet - happstack-server - heist - highlighting-kate - xml-conduit - xmlhtml - yesod-auth - yesod-core - yesod-form
This commit is contained in:
parent
9ff93714d7
commit
da1f938ece
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeHtml blazeMarkup failure parsec shakespeare text
|
blazeBuilder blazeHtml blazeMarkup failure parsec shakespeare text
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
homepage = "http://www.yesodweb.com/book/shakespearean-templates";
|
||||||
description = "Haml-like template files that are compile-time checked";
|
description = "Haml-like template files that are compile-time checked";
|
||||||
|
|
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||||
text threads time timeCompat transformers transformersBase
|
text threads time timeCompat transformers transformersBase
|
||||||
utf8String xhtml zlib
|
utf8String xhtml zlib
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://happstack.com";
|
homepage = "http://happstack.com";
|
||||||
description = "Web related tools and services";
|
description = "Web related tools and services";
|
||||||
|
|
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
||||||
filepath hashable MonadCatchIOTransformers mtl random text time
|
filepath hashable MonadCatchIOTransformers mtl random text time
|
||||||
unorderedContainers vector xmlhtml
|
unorderedContainers vector xmlhtml
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "An Haskell template system supporting both HTML5 and XML";
|
description = "An Haskell template system supporting both HTML5 and XML";
|
||||||
|
|
|
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
|
buildDepends = [ blazeHtml filepath mtl parsec regexPcre ];
|
||||||
prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal";
|
prePatch = "sed -i -e 's|regex-pcre-builtin|regex-pcre|' highlighting-kate.cabal";
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/highlighting-kate";
|
homepage = "http://github.com/jgm/highlighting-kate";
|
||||||
description = "Syntax highlighting";
|
description = "Syntax highlighting";
|
||||||
|
|
|
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
||||||
blazeHtml blazeMarkup conduit dataDefault failure monadControl
|
blazeHtml blazeMarkup conduit dataDefault failure monadControl
|
||||||
resourcet systemFilepath text transformers xmlTypes
|
resourcet systemFilepath text transformers xmlTypes
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/xml";
|
homepage = "http://github.com/snoyberg/xml";
|
||||||
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
description = "Pure-Haskell utilities for dealing with XML with the conduit package";
|
||||||
|
|
|
@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder blazeHtml blazeMarkup parsec text unorderedContainers
|
blazeBuilder blazeHtml blazeMarkup parsec text unorderedContainers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
description = "XML parser and renderer with HTML 5 quirks mode";
|
description = "XML parser and renderer with HTML 5 quirks mode";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
|
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
||||||
transformers unorderedContainers wai yesodCore yesodForm yesodJson
|
transformers unorderedContainers wai yesodCore yesodForm yesodJson
|
||||||
yesodPersistent
|
yesodPersistent
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Authentication for Yesod";
|
description = "Authentication for Yesod";
|
||||||
|
|
|
@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
|
||||||
text time transformers transformersBase vector wai waiExtra
|
text time transformers transformersBase vector wai waiExtra
|
||||||
yesodRoutes
|
yesodRoutes
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
description = "Creation of type-safe, RESTful web applications";
|
||||||
|
|
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||||
shakespeareJs text time transformers wai xssSanitize yesodCore
|
shakespeareJs text time transformers wai xssSanitize yesodCore
|
||||||
yesodPersistent
|
yesodPersistent
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Form handling support for Yesod Web Framework";
|
description = "Form handling support for Yesod Web Framework";
|
||||||
|
|
|
@ -27,6 +27,7 @@ cabal.mkDerivation (self: {
|
||||||
yesodAuth yesodCore yesodDefault yesodForm yesodJson
|
yesodAuth yesodCore yesodDefault yesodForm yesodJson
|
||||||
yesodPersistent zlib
|
yesodPersistent zlib
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Creation of type-safe, RESTful web applications";
|
description = "Creation of type-safe, RESTful web applications";
|
||||||
|
|
Loading…
Reference in New Issue