~singpolyma/xml-types-haskell

823394e5264daf2d5f1e84b73e0f7eeddc330cb9 — John Millikin 7 years ago af2c120 xml-types_0.3.6
Add ghc-prim to build-depends when building with GHC 7.2 and 7.4,
because GHC.Generics was moved to base in 7.6.

Bump version to 0.3.6.
1 files changed, 4 insertions(+), 2 deletions(-)

M xml-types.cabal
M xml-types.cabal => xml-types.cabal +4 -2
@@ 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 head
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 @@ library

  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