machines-binary 0.3.0.0 → 0.3.0.2
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~machinessetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: machines
API changes (from Hackage documentation)
Files
- Setup.hs +2/−0
- machines-binary.cabal +2/−2
+ Setup.hs view
@@ -0,0 +1,2 @@+import Distribution.Simple+main = defaultMain
machines-binary.cabal view
@@ -1,5 +1,5 @@ name: machines-binary-version: 0.3.0.0+version: 0.3.0.2 synopsis: Binary utilities for the machines library homepage: http://github.com/aloiscochard/machines-binary license: Apache-2.0@@ -20,4 +20,4 @@ base >=4.6 && < 5 , binary >= 0.7 && < 0.8 , bytestring >= 0.10 && < 0.11- , machines >= 0.2 && < 0.6+ , machines >= 0.2 && < 0.7