ddc-core-simpl 0.4.1.1 → 0.4.1.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- DDC/Core/Transform/Boxing.hs +1/−1
- ddc-core-simpl.cabal +1/−1
DDC/Core/Transform/Boxing.hs view
@@ -213,7 +213,7 @@ -- | Manage boxing in the type of an imported value. boxingImportValue :: Config a n- => (n, ImportSource n)+ -> (n, ImportSource n) -> (n, ImportSource n) boxingImportValue config (n, isrc)
ddc-core-simpl.cabal view
@@ -1,5 +1,5 @@ Name: ddc-core-simpl-Version: 0.4.1.1+Version: 0.4.1.2 License: MIT License-file: LICENSE Author: The Disciplined Disciple Compiler Strike Force