Skip to content

Commit

Permalink
1.0.3 - GHC 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Popejoy committed Oct 11, 2016
1 parent d458107 commit 8ab78d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cabal-sandbox
/cabal.sandbox.config
dist
dist-newstyle
8 changes: 4 additions & 4 deletions fadno-xml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fadno-xml
version: 1.0.1
version: 1.0.3
synopsis: XML/XSD combinators/schemas/codegen
description:
Library for generating code from XML schema files, with
Expand All @@ -14,7 +14,7 @@ license-file: LICENSE
author: Stuart Popejoy
maintainer: spopejoy@panix.com
-- copyright:
category: Text
category: XML, Music
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Expand All @@ -30,9 +30,9 @@ library
-- other-modules:
-- other-extensions:
build-depends: Decimal >= 0.4.2 && <0.5
, base >=4.8 && <4.9
, base >=4.8 && <4.10
, containers >= 0.5.6 && < 0.6
, lens >=4.12 && <5
, lens >=4.12 && <4.15
, mtl >= 2.2.1 && < 2.3
, parsec >= 3.1.9 && < 3.2
, xml >= 1.3.12 && <1.4
Expand Down

0 comments on commit 8ab78d6

Please sign in to comment.