summaryrefslogtreecommitdiff
path: root/hakyll.cabal
AgeCommit message (Collapse)AuthorFilesLines
2010-07-29More liberal dependency versionsJasper Van der Jeugt1-12/+12
2010-06-22Version bumpJasper Van der Jeugt1-1/+1
2010-06-21Version bumpJasper Van der Jeugt1-1/+1
2010-06-21More conservative dependenciesJasper Van der Jeugt1-12/+12
2010-06-17Version bump.Jasper Van der Jeugt1-1/+1
2010-04-04Added fix to allow dashes in pages.Jasper Van der Jeugt1-1/+1
Hakyll splits pages into metadata sections by lines starting with `---`. Because of this, thing like Header ------ Some text. will not parse. This commit fixes this, by fixating the length of the the dash pattern -- all dashed lines should contain the same number of dashes. Therefor, you can use something like --- title: Foobar --- Header ------ Some text.
2010-04-01Moved Arbitrary Template instance to tests.Jasper Van der Jeugt1-2/+1
This way, the code for Text.Hakyll.Internal.Template is cleaner, and our library does not depend on QuickCheck anymore.
2010-03-31Version bump.Jasper Van der Jeugt1-1/+1
2010-03-26Added `.txt` support, tests update.Jasper Van der Jeugt1-1/+1
- Pure text files are now supported. - We now hide the Internal modules. - Tests should be run through ghci. - Added testing of page reading.
2010-03-11Gave some functions better (more appropriate) names.Jasper Van der Jeugt1-1/+1
2010-03-11Moved some modules around for fun and profit.Jasper Van der Jeugt1-1/+2
2010-03-10Merged Text.Hakyll.Internal.Render into Text.Hakyll.Render.Jasper Van der Jeugt1-1/+0
2010-03-10Renamed RenderAction to HakyllAction.Jasper Van der Jeugt1-1/+1
2010-03-08Added renderAtom, feeds now validate.Jasper Van der Jeugt1-2/+4
2010-03-08Added Text.Hakyll.Internal.FileType module.Jasper Van der Jeugt1-0/+1
2010-03-06Added RSS module.Jasper Van der Jeugt1-50/+54
2010-03-05Reintegrated Tag module.Jasper Van der Jeugt1-2/+1
2010-03-04Got it to compile again, disabled Tags for now.Jasper Van der Jeugt1-2/+2
2010-03-04Work on migration to arrows. Compulation fails.Jasper Van der Jeugt1-1/+1
- Update readPage to produce a Hakyll Context. - Update createPagePath to produce a Context Arrow. - Move Page to internal modules.
2010-03-04First careful transition from data to arrows. It compiles, but that's about it.Jasper Van der Jeugt1-0/+1
2010-03-01Added simple pagination (unstable).Jasper Van der Jeugt1-0/+1
2010-02-17Version bump.Jasper Van der Jeugt1-1/+1
2010-02-12Added autocompile mode to replace preview mode.Jasper Van der Jeugt1-0/+1
2010-01-31Better naming scheme.Jasper Van der Jeugt1-1/+1
2010-01-30Version bump.Jasper Van der Jeugt1-1/+1
2010-01-27Version bump.Jasper Van der Jeugt1-1/+1
2010-01-24Changed test system. Wrote some test cases.Jasper Van der Jeugt1-5/+6
2010-01-24Module cleanup.Jasper Van der Jeugt1-9/+9
2010-01-24Added Template type (experimental).Jasper Van der Jeugt1-0/+1
2010-01-24Simplified pureRenderAndConcat function.Jasper Van der Jeugt1-1/+0
2010-01-23Strictness cleanup.Jasper Van der Jeugt1-1/+1
2010-01-20Speedup of factor 4 by switching to the Data.Binary library for serialization.Jasper Van der Jeugt1-1/+2
2010-01-20Made site and cache directory configurable. Caching stubs.Jasper Van der Jeugt1-0/+1
2010-01-19Made hakyll function backward-compatible. Version bump.Jasper Van der Jeugt1-1/+1
2010-01-19Unicode is a bitch.Jasper Van der Jeugt1-2/+1
I am leaving a character in one of the examples, so we would notice it directly, should we ever break it again.
2010-01-18Added UTF8 where nessecary.Jasper Van der Jeugt1-1/+2
2010-01-14Parallel version bump.Jasper Van der Jeugt1-2/+2
2010-01-14Added ReaderT to our stack.Jasper Van der Jeugt1-0/+1
2010-01-14Version bump. 1.0 release.Jasper Van der Jeugt1-1/+1
2010-01-12Added pure renderChain function.Jasper Van der Jeugt1-0/+1
2010-01-11Threw away bytestring. Simplicity++.Jasper Van der Jeugt1-1/+0
2010-01-11Added some strictness.Jasper Van der Jeugt1-1/+2
2010-01-10Added custom Template system. Highly experimental.Jasper Van der Jeugt1-1/+0
2010-01-09Apparently we need a higher cabal version.Jasper Van der Jeugt1-1/+1
2010-01-09Some changes to the regex interface, and version bump.Jasper Van der Jeugt1-2/+4
2010-01-09Added links to GitHub repo and issue tracker.Sebastian Schwarz1-0/+5
This will display "Bug tracker" and "Source repository" fields on Hackage in order to facilitate access to these resources. See http://hackage.haskell.org/package/base for an example.
2010-01-09Increased maximum version for bytestring dependency.Sebastian Schwarz1-1/+1
Apart from bug fixes bytestring will probably hardly change until 0.9.2. This also makes it possible to use Hakyll with bytesting's newest version (0.9.1.5) from Hackage.
2010-01-03Added context manipulating functions and associated render functions. Also, ↵Jasper Van der Jeugt1-2/+5
version bump.
2009-12-30Logging is now dealt with in a separate thread.Jasper Van der Jeugt1-1/+1
2009-12-29Added two example sites.Jasper Van der Jeugt1-2/+2