packages feed

dhscanner-bitcode 1.0.14 → 1.0.15

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Fqn: CallMethodOfUntypedNamedParam :: Location -> String -> ParamName -> Fqn

Files

dhscanner-bitcode.cabal view
@@ -20,7 +20,7 @@     in mind. The commands resemble an abstract RISC-style assembley, motivated by keeping
     later-phases analyses as simple as possible.
 
-version:            1.0.14
+version:            1.0.15
 license:            GPL-3.0-only
 license-file:       LICENSE
 author:             OrenGitHub
@@ -31,7 +31,7 @@ build-type:         Simple
 
 common ghc_options
-    ghc-options: -Wall -O2
+    ghc-options: -Wall -Werror=incomplete-patterns -O2
 
 library
 
src/Fqn.hs view
@@ -25,6 +25,7 @@    | ClassName ClassNameContent
    | FieldedAccess Fqn Token.FieldName
    | CallMethodOfClass Location String Token.ClassName
+   | CallMethodOfUntypedNamedParam Location String Token.ParamName
    | FirstPartyImport FirstPartyImportContent
    | ThirdPartyImport ThirdPartyImportContent
    | NativeTypeInt