Skip to content

Commit

Permalink
1.1.0: stack lts 9.5 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Popejoy committed Sep 17, 2017
1 parent 8ab78d6 commit 1d5786e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,5 @@
/cabal.sandbox.config
dist
dist-newstyle
.stack-work
/TAGS
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,2 @@
1.1.0:
- Upgrade to Stack LTS 9.5 and associated cabal deps
17 changes: 9 additions & 8 deletions fadno-xml.cabal
@@ -1,5 +1,5 @@
name: fadno-xml
version: 1.0.3
version: 1.1.0
synopsis: XML/XSD combinators/schemas/codegen
description:
Library for generating code from XML schema files, with
Expand Down Expand Up @@ -29,12 +29,13 @@ library
Fadno.MusicXml.MusicXml20
-- other-modules:
-- other-extensions:
build-depends: Decimal >= 0.4.2 && <0.5
, base >=4.8 && <4.10
, containers >= 0.5.6 && < 0.6
, lens >=4.12 && <4.15
, mtl >= 2.2.1 && < 2.3
, parsec >= 3.1.9 && < 3.2
, xml >= 1.3.12 && <1.4
-- deps for stack lts 9.5
build-depends: Decimal == 0.4.*
, base == 4.9.*
, containers == 0.5.*
, lens == 4.15.*
, mtl == 2.2.*
, parsec == 3.1.*
, xml == 1.3.*
hs-source-dirs: src
default-language: Haskell2010
10 changes: 10 additions & 0 deletions stack.yaml
@@ -0,0 +1,10 @@
resolver: lts-9.5

packages:
- '.'

extra-deps: []

flags: {}

extra-package-dbs: []

0 comments on commit 1d5786e

Please sign in to comment.