packages feed

Cabal revisions of rawstring-qm-0.2.2.2

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

revision 1
-name:                rawstring-qm-version:             0.2.2.2-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-                     This is an initial, and unstable package.-homepage:            https://github.com/tolysz/rawstring-qm-license:             BSD3-license-file:        LICENSE-author:              Marcin Tolysz-maintainer:          tolysz@gmail.com-copyright:           (c)2014-15 Marcin Tolysz-category:            Text-build-type:          Simple-extra-source-files:  CHANGES--Source-Repository head-  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.6 && <4.9-               ,       text-               ,       template-haskell-               ,       bytestring--  hs-source-dirs:      src-  default-language:    Haskell2010+name:                rawstring-qm
+version:             0.2.2.2
+x-revision: 1
+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
+                     This is an initial, and unstable package.
+homepage:            https://github.com/tolysz/rawstring-qm
+license:             BSD3
+license-file:        LICENSE
+author:              Marcin Tolysz
+maintainer:          tolysz@gmail.com
+copyright:           (c)2014-15 Marcin Tolysz
+category:            Text
+build-type:          Simple
+extra-source-files:  CHANGES
+
+Source-Repository head
+  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.6 && <5
+               ,       text
+               ,       template-haskell
+               ,       bytestring
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010