-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump development version to 0.4.1.0.99
Also bump the `llvm-pretty` submodule to its development version, `0.12.0.0.99`.
- Loading branch information
1 parent
1dc4beb
commit e9ab88f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule llvm-pretty
updated
from 780e7c to e7b2bf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cabal-version: 2.4 | ||
Name: llvm-pretty-bc-parser | ||
Version: 0.4.1.0 | ||
Version: 0.4.1.0.99 | ||
License: BSD-3-Clause | ||
License-file: LICENSE | ||
Author: Trevor Elliott <[email protected]> | ||
|
@@ -75,7 +75,7 @@ Library | |
bytestring >= 0.10, | ||
containers >= 0.4, | ||
fgl >= 5.5, | ||
llvm-pretty >= 0.12 && < 0.13, | ||
llvm-pretty >= 0.12.0.0.99 && < 0.13, | ||
mtl >= 2.2.2, | ||
pretty >= 1.0.1, | ||
uniplate >= 1.6, | ||
|