diff --git a/ogmarkup.cabal b/ogmarkup.cabal index bab6606..dba7e3f 100644 --- a/ogmarkup.cabal +++ b/ogmarkup.cabal @@ -1,17 +1,17 @@ name: ogmarkup -version: 2.0 +version: 2.1 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE -copyright: 2016 Iky -maintainer: hi@ikyushii.eu -homepage: http://gitlab.com/ogma/ogmarkup -synopsis: Language Markup Parser for Ogma +copyright: 2016 Ogma Project +maintainer: contact@thomasletan.fr +homepage: http://github.com/ogma-project/ogmarkup +synopsis: A lightweight markup language for story writers description: Please see README.md category: Web -author: Iky +author: Thomas Letan, Laurent Georget source-repository head type: git @@ -27,7 +27,7 @@ library Text.Ogmarkup.Private.Config build-depends: base >=4.7 && <5, - parsec ==3.1.9, + parsec ==3.1.*, mtl -any default-language: Haskell2010 hs-source-dirs: src diff --git a/stack.yaml b/stack.yaml index dde7be5..cccf5e0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,4 +2,4 @@ flags: {} extra-package-dbs: [] packages: - '.' -resolver: lts-5.4 +resolver: nightly-2016-07-29