packages feed

rawstring-qm 0.1.5 → 0.1.6

raw patch · 3 files changed

+8/−10 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,6 @@-+0.1.6+*Bounds for 7.6.3+0.1.5+* updating for 7.11... 0.1.4 * Initial public version
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2014, Marcin Tolysz+Copyright (c) 2014-15, Marcin Tolysz  All rights reserved. 
rawstring-qm.cabal view
@@ -1,8 +1,5 @@--- Initial rawstring-qm.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/- name:                rawstring-qm-version:             0.1.5+version:             0.1.6 cabal-version:       >=1.10 synopsis:            Simple raw string quotation and dictionary interpolation description:         Supply a couple of usefull QuasiQuotes so we can use functions to lookup values@@ -12,7 +9,7 @@ license-file:        LICENSE author:              Marcin Tolysz maintainer:          tolysz@gmail.com--- copyright:           +copyright:           ©2014-15 Marcin Tolysz category:            Text build-type:          Simple extra-source-files:  CHANGES@@ -21,15 +18,13 @@   type: git   location: https://github.com/tolysz/rawstring-qm.git -- library       exposed-modules:     Data.String.QM                      ,     Data.Text.ToText          -- other-modules:          -- other-extensions:    -  build-depends:       base >=4.7 && <4.8+  build-depends:       base >4.6 && <4.9                ,       text                ,       template-haskell                ,       bytestring