arx 0.3.0 → 0.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- arx.cabal +1/−1
- model-scripts/tmpx.sh +1/−1
arx.cabal view
@@ -1,5 +1,5 @@ name : arx-version : 0.3.0+version : 0.3.1 category : Text license : BSD3 license-file : LICENSE
model-scripts/tmpx.sh view
@@ -72,7 +72,7 @@ fi if $run then- ( . ../env && ../run "$@" )+ ( . ../env && exec ../run "$@" ) fi } unpack_env () { : # NOOP