Skip to content

Commit

Permalink
Release ogmarkup-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed Jul 30, 2016
2 parents 81e5262 + ba10ceb commit c0a6144
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions ogmarkup.cabal
Original file line number Diff line number Diff line change
@@ -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: [email protected]
homepage: http://gitlab.com/ogma/ogmarkup
synopsis: Language Markup Parser for Ogma
copyright: 2016 Ogma Project
maintainer: [email protected]
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ flags: {}
extra-package-dbs: []
packages:
- '.'
resolver: lts-5.4
resolver: nightly-2016-07-29

0 comments on commit c0a6144

Please sign in to comment.