Skip to content

Commit

Permalink
Allow ‘megaparsec-6.4.0’
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Dec 31, 2017
1 parent 2750eb1 commit 542770c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Cue sheet 1.0.1

* Allow Megaparsec 6.4.0.

## Cue sheet 1.0.0

* Uses Megaparsec 6.
Expand Down
1 change: 0 additions & 1 deletion Text/CueSheet/Parser.hs
Expand Up @@ -22,7 +22,6 @@ module Text.CueSheet.Parser
, Eec (..) )
where

import Control.Applicative
import Control.Monad.State.Strict
import Data.ByteString (ByteString)
import Data.Data (Data)
Expand Down
3 changes: 3 additions & 0 deletions stack.yaml
@@ -1,3 +1,6 @@
resolver: lts-10.0
packages:
- '.'
extra-deps:
- megaparsec-6.4.0
- parser-combinators-0.4.0

0 comments on commit 542770c

Please sign in to comment.