llvm-pretty-bc-parser 0.1.2.1 → 0.1.2.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~llvm-prettyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: llvm-pretty
API changes (from Hackage documentation)
Files
llvm-pretty-bc-parser.cabal view
@@ -1,5 +1,5 @@ Name: llvm-pretty-bc-parser-Version: 0.1.2.1+Version: 0.1.2.2 License: BSD3 License-file: LICENSE Author: Trevor Elliott <trevor@galois.com>@@ -53,7 +53,7 @@ fgl >= 5.5, cereal >= 0.3.5.2, bytestring >= 0.9.1,- llvm-pretty>= 0.1.0.0+ llvm-pretty>= 0.2.0.0 Executable llvm-disasm Main-is: LLVMDis.hs@@ -69,7 +69,7 @@ fgl >= 5.5, fgl-visualize >= 0.1, cereal >= 0.3.5.2,- llvm-pretty>= 0.1.0.0,+ llvm-pretty>= 0.2.0.0, llvm-pretty-bc-parser Test-suite disasm-test@@ -82,5 +82,5 @@ directory, bytestring, filepath,- llvm-pretty>= 0.1.0.0,+ llvm-pretty>= 0.2.0.0, llvm-pretty-bc-parser