Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump megaparsec dependency (bump 0.1.3) #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions git-config.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 0f49020a8cdb5c1fe3c4e47e6cb7ac3faa25db36208c7e09265b20c9769c645b
-- hash: c8635f17733d63dd6af8855a6a8ad55dffb4644076ccbf17df337f48bd608e9d

name: git-config
version: 0.1.2
Expand Down Expand Up @@ -48,7 +48,7 @@ library
ghc-options: -Wall -fno-warn-partial-type-signatures -fno-warn-name-shadowing -fwarn-tabs -fwarn-unused-imports -fwarn-missing-signatures -fwarn-incomplete-patterns
build-depends:
base >=4.7 && <5
, megaparsec >=7 && <9
, megaparsec >=7 && <10
, text
, unordered-containers
exposed-modules:
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: git-config
version: '0.1.2'
version: '0.1.3'
synopsis: A simple parser for Git configuration files
description: |
git-config is a simple 'megaparsec' parser for Git configuration files.
Expand Down Expand Up @@ -46,7 +46,7 @@ library:
source-dirs: src
dependencies:
- unordered-containers
- megaparsec >=7 && < 9
- megaparsec >=7 && < 10
- text
exposed-modules:
- Text.GitConfig.Parser
Expand Down