Skip to content

Commit

Permalink
Update to 0.1.4, upgrade orgmode-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Jun 7, 2018
1 parent 45004d2 commit 5bc17dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.4
=====

* Updated orgmode-parse which fixes parsing issue: https://github.com/ixmatus/orgmode-parse/issues/35

0.1.3
=====

Expand Down
4 changes: 2 additions & 2 deletions orgstat.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: orgstat
version: 0.1.3
version: 0.1.4
synopsis: Statistics visualizer for org-mode
license: GPL-3
license-file: LICENSE
Expand Down Expand Up @@ -48,7 +48,7 @@ library
, log-warper >= 1.7.1
, mtl >= 2.2.1
, optparse-simple
, orgmode-parse >= 0.2.0
, orgmode-parse >= 0.2.1
, text >= 1.2.2.1
, time >= 1.6.0.1
, turtle >= 1.2.8
Expand Down
4 changes: 2 additions & 2 deletions src/cli/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import Options.Applicative.Simple (Parser, help, long, metavar, simpleOptions, s
import Paths_orgstat (version)
import System.Directory (getHomeDirectory)
import System.FilePath ((</>))
import System.Wlog (Severity (..), logDebug, logError, logInfo, logWarning, productionB,
setupLogging, severityPlus, termSeveritiesOutB)
import System.Wlog (Severity (..), logDebug, logError, productionB, setupLogging, severityPlus,
termSeveritiesOutB)

import OrgStat.CLI (CommonArgs, parseCommonArgs)
import OrgStat.IO (readConfig)
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2017-11-30
resolver: lts-10.7

nix:
shell-file: shell.nix
Expand All @@ -7,4 +7,4 @@ extra-deps:
- log-warper-1.7.1
- fmt-0.5.0.0
- universum-0.8.0
- orgmode-parse-0.2.0
- orgmode-parse-0.2.1

0 comments on commit 5bc17dc

Please sign in to comment.