ivory-artifact 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ivory-artifact.cabal +3/−3
ivory-artifact.cabal view
@@ -1,7 +1,7 @@ name: ivory-artifact synopsis: Manage additional data files during Ivory compilation. description: Mostly used by other Ivory libraries and backends and typically shouldn't have to be used directly by the user.-version: 0.1.0.3+version: 0.1.0.4 author: Galois, Inc. maintainer: leepike@galois.com category: Language@@ -13,14 +13,14 @@ source-repository this type: git location: https://github.com/GaloisInc/ivory- tag: hackage-0103+ tag: hackage-0.1.0.4 library exposed-modules: Ivory.Artifact, Ivory.Artifact.Template, Ivory.Artifact.Location, Ivory.Artifact.Transformer- build-depends: base >= 4.6 && < 5,+ build-depends: base >= 4.7 && < 5, filepath, directory, text,