packages feed

hpygments 0.1.1 → 0.1.2

raw patch · 3 files changed

+5/−10 lines, 3 filesdep ~aesondep ~process-extrasPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, process-extras

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012 David Lazar <lazar6@illinois.edu>+Copyright (c) 2012-2013 David Lazar <lazar6@illinois.edu>  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
README.md view
@@ -1,10 +1,5 @@-# About- **hpygments** is a Haskell library for highlighting source code using [Pygments](http://pygments.org).-See the [Hackage page](http://hackage.haskell.org/package/hpygments) for documentation and examples. -# Contributing--This project is available on [GitHub](https://github.com/davidlazar/hpygments) and [Bitbucket](https://bitbucket.org/davidlazar/hpygments/). You may contribute changes using either.+See the [Hackage page](http://hackage.haskell.org/package/hpygments) for documentation and examples.  Please report bugs and feature requests using the [GitHub issue tracker](https://github.com/davidlazar/hpygments/issues).
hpygments.cabal view
@@ -1,5 +1,5 @@ Name:               hpygments-Version:            0.1.1+Version:            0.1.2 Synopsis:           Highlight source code using Pygments Description:     Highlight source code using Pygments <http://pygments.org>. This package@@ -41,5 +41,5 @@     base >= 4 && < 5,     bytestring,     process,-    process-extras >= 0.1.3,-    aeson == 0.6.0.*+    process-extras == 0.2.*,+    aeson == 0.6.1.*