Cabal revisions of pencil-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: pencil-version: 0.1.0-synopsis: Static site generator-description:- Pencil is a static site generator. Use it to generate your personal website!- Pencil comes pre-loaded with goodies such as blogging, tagging, templating,- and Markdown Sass/Scss support. Flexible enough to extend for your own needs.-homepage: https://github.com/elben/pencil-license: BSD3-license-file: LICENSE-author: Elben Shira-maintainer: elbenshira@gmail.com-copyright: 2018 Elben Shira-category: Web-build-type: Simple-extra-source-files: README.md, CHANGELOG.md-cabal-version: >=1.10--library- hs-source-dirs: src- exposed-modules: Pencil- , Pencil.Blog- , Pencil.Internal- , Pencil.Internal.Env- , Pencil.Internal.Parser- build-depends: base >= 4.7 && < 5- , data-default >= 0.7 && < 1- , directory >= 1.3 && < 1.4- , edit-distance >= 0.2.2.1 && < 0.3- , feed >= 0.3.12.0 && < 1- , filepath >= 1.4 && < 1.5- , hashable >= 1.2.6.0 && < 1.3- , hsass >= 0.4.0 && < 0.5- , mtl >= 2.2 && < 3- , pandoc >= 1.19.2 && < 2- , parsec >= 3.1 && < 3.2- , text >= 1.2.2 && < 1.3- , time >= 1.6 && < 1.7- , unordered-containers >= 0.2.7.2 && < 0.3- , vector >= 0.12.0 && < 0.13- , xml >= 1.3.10 && < 1.4- , yaml >= 0.8.23 && < 0.9- default-language: Haskell2010--test-suite pencil-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- build-depends: base- , pencil- , doctest >= 0.11.4 && < 0.12- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- default-language: Haskell2010--executable pencil-example-simple- hs-source-dirs: examples/Simple- main-is: Main.hs- ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N- build-depends: base- , pencil- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/elben/pencil+name: pencil +version: 0.1.0 +x-revision: 1 +synopsis: Static site generator +description: + Pencil is a static site generator. Use it to generate your personal website! + Pencil comes pre-loaded with goodies such as blogging, tagging, templating, + and Markdown Sass/Scss support. Flexible enough to extend for your own needs. +homepage: https://github.com/elben/pencil +license: BSD3 +license-file: LICENSE +author: Elben Shira +maintainer: elbenshira@gmail.com +copyright: 2018 Elben Shira +category: Web +build-type: Simple +extra-source-files: README.md, CHANGELOG.md +cabal-version: >=1.10 + +library + hs-source-dirs: src + exposed-modules: Pencil + , Pencil.Blog + , Pencil.Internal + , Pencil.Internal.Env + , Pencil.Internal.Parser + build-depends: base >= 4.9 && < 5 + , data-default >= 0.7 && < 1 + , directory >= 1.3 && < 1.4 + , edit-distance >= 0.2.2.1 && < 0.3 + , feed >= 0.3.12.0 && < 1 + , filepath >= 1.4 && < 1.5 + , hashable >= 1.2.6.0 && < 1.3 + , hsass >= 0.4.0 && < 0.5 + , mtl >= 2.2 && < 3 + , pandoc >= 1.19.2 && < 2 + , parsec >= 3.1 && < 3.2 + , text >= 1.2.2 && < 1.3 + , time >= 1.6 && < 1.7 + , unordered-containers >= 0.2.7.2 && < 0.3 + , vector >= 0.12.0 && < 0.13 + , xml >= 1.3.10 && < 1.4 + , yaml >= 0.8.23 && < 0.9 + default-language: Haskell2010 + +test-suite pencil-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + build-depends: base + , pencil + , doctest >= 0.11.4 && < 0.12 + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + default-language: Haskell2010 + +executable pencil-example-simple + hs-source-dirs: examples/Simple + main-is: Main.hs + ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + build-depends: base + , pencil + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/elben/pencil