packages feed

xml-types 0.3.5 → 0.3.6

raw patch · 1 files changed

+4/−2 lines, 1 filesdep +ghc-primdep ~base

Dependencies added: ghc-prim

Dependency ranges changed: base

Files

xml-types.cabal view
@@ -1,5 +1,5 @@ name: xml-types-version: 0.3.5+version: 0.3.6 synopsis: Basic types for representing XML license: MIT license-file: license.txt@@ -19,7 +19,7 @@ source-repository this   type: git   location: https://john-millikin.com/code/haskell-xml-types/-  tag: xml-types_0.3.5+  tag: xml-types_0.3.6  library   ghc-options: -Wall@@ -27,6 +27,8 @@    if impl(ghc >= 7.2)     extensions: DeriveGeneric, StandaloneDeriving+  if impl(ghc >= 7.2) && impl(ghc < 7.6)+    build-depends: ghc-prim    build-depends:       base >= 3.0 && < 5.0