DeepDarkFantasy 0.2017.8.10 → 0.2017.8.11
raw patch · 3 files changed
+3/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- DDF/Sam/Hello.lhs +1/−0
- DDF/Show.hs +1/−0
- DeepDarkFantasy.cabal +1/−1
DDF/Sam/Hello.lhs view
@@ -30,6 +30,7 @@ Well, we are just defining string literal, so it don't need the full power of Lang. Since string is list of char, using List and Char should be enough.+This is better since maybe some interpreter (int) doesnt support the full Lang! Also note that we had manually select an enviromnet, instead of letting it be anything. The enviroment is simply (), which mean there's no free variable.
DDF/Show.hs view
@@ -111,6 +111,7 @@ nil = name "nil" cons = name "cons" listMatch = name "listMatch"+ listAppend = name "++" instance Y Show where y = name "Y"
DeepDarkFantasy.cabal view
@@ -1,5 +1,5 @@ name: DeepDarkFantasy-version: 0.2017.8.10+version: 0.2017.8.11 cabal-version: 1.12 build-type: Simple license: Apache