packages feed

Cabal revisions of latex-formulae-hakyll-0.2.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
--- Initial latex-formulae-hakyll.cabal generated by cabal init.  For --- further documentation, see http://haskell.org/cabal/users-guide/--name:                latex-formulae-hakyll-version:             0.2.0.4-synopsis:            Use actual LaTeX to render formulae inside Hakyll pages-description:         This library provides functions to render all math formulae inside Pandoc-processed Hakyll pages using-                     real LaTeX.-                     .-                     It also provides a simple LRU cache to avoid recompiling the same formulae repeatedly during a @watch@-                     session.-homepage:            https://github.com/liamoc/latex-formulae#readme-license:             BSD3-license-file:        LICENSE-author:              Liam O'Connor-maintainer:          liamoc@cse.unsw.edu.au-copyright:           Liam O'Connor, 2015-category:            Image-build-type:          Simple-cabal-version:       >=1.10-source-repository head-  type:     git-  location: https://github.com/liamoc/latex-formulae--library-  exposed-modules:     Hakyll.Contrib.LaTeX-  -- other-modules:       -  -- other-extensions:    -  build-depends:       base >=4.7 && <4.12-               ,       latex-formulae-image >= 0.1.1.0  && < 0.2  -               ,       latex-formulae-pandoc >= 0.2.0.1 && < 0.3-               ,       hakyll >= 4.6 && < 4.13-               ,       pandoc-types >= 1.12 && < 1.18-               ,       lrucache >= 1.2 && <1.3-  hs-source-dirs:      src-  default-language:    Haskell2010+-- Initial latex-formulae-hakyll.cabal generated by cabal init.  For 
+-- further documentation, see http://haskell.org/cabal/users-guide/
+
+name:                latex-formulae-hakyll
+version:             0.2.0.4
+x-revision: 1
+synopsis:            Use actual LaTeX to render formulae inside Hakyll pages
+description:         This library provides functions to render all math formulae inside Pandoc-processed Hakyll pages using
+                     real LaTeX.
+                     .
+                     It also provides a simple LRU cache to avoid recompiling the same formulae repeatedly during a @watch@
+                     session.
+homepage:            https://github.com/liamoc/latex-formulae#readme
+license:             BSD3
+license-file:        LICENSE
+author:              Liam O'Connor
+maintainer:          liamoc@cse.unsw.edu.au
+copyright:           Liam O'Connor, 2015
+category:            Image
+build-type:          Simple
+cabal-version:       >=1.10
+source-repository head
+  type:     git
+  location: https://github.com/liamoc/latex-formulae
+
+library
+  exposed-modules:     Hakyll.Contrib.LaTeX
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <4.13
+               ,       latex-formulae-image >= 0.1.1.0  && < 0.2  
+               ,       latex-formulae-pandoc >= 0.2.0.1 && < 0.3
+               ,       hakyll >= 4.6 && < 4.14
+               ,       pandoc-types >= 1.12 && < 1.18
+               ,       lrucache >= 1.2 && <1.3
+  hs-source-dirs:      src
+  default-language:    Haskell2010