Skip to content

Commit daaa5c1

Browse files
committed
Wibble for GHC 7.8.2
1 parent 9c467f9 commit daaa5c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/ddc-core-simpl/DDC/Core/Transform/Boxing.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ boxingExportValue config (n, esrc)
213213
-- | Manage boxing in the type of an imported value.
214214
boxingImportValue
215215
:: Config a n
216-
=> (n, ImportSource n)
216+
-> (n, ImportSource n)
217217
-> (n, ImportSource n)
218218

219219
boxingImportValue config (n, isrc)

packages/ddc-core-simpl/ddc-core-simpl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: ddc-core-simpl
2-
Version: 0.4.1.1
2+
Version: 0.4.1.2
33
License: MIT
44
License-file: LICENSE
55
Author: The Disciplined Disciple Compiler Strike Force

0 commit comments

Comments
 (0)