~singpolyma/xml-types-haskell

2305dd9337d5063373c4584dc68f8c10898f0ab4 — Stephen Paul Weber 4 years ago 7326068 master 0.3.8
Bump version
1 files changed, 2 insertions(+), 2 deletions(-)

M xml-types.cabal
M xml-types.cabal => xml-types.cabal +2 -2
@@ 1,5 1,5 @@
name: xml-types
version: 0.3.7
version: 0.3.8
synopsis: Basic types for representing XML
license: MIT
license-file: COPYING


@@ 31,7 31,7 @@ source-repository head
source-repository this
  type: git
  location: https://git.singpolyma.net/xml-types-haskell
  tag: 0.3.7
  tag: 0.3.8

library
  default-language: Haskell2010