Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Gentoo
Haskell
Commits
3b108f01
Unverified
Commit
3b108f01
authored
Jan 22, 2016
by
Sergei Trofimovich
Browse files
dev-haskell/uhc-light: tweak for hashable-1.2.4.0
Package-Manager: portage-2.2.27
parent
abc61f63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
dev-haskell/uhc-light/files/uhc-light-1.1.9.2-hashable-1.2.4.patch
...ll/uhc-light/files/uhc-light-1.1.9.2-hashable-1.2.4.patch
+10
-0
dev-haskell/uhc-light/uhc-light-1.1.9.2.ebuild
dev-haskell/uhc-light/uhc-light-1.1.9.2.ebuild
+4
-0
No files found.
dev-haskell/uhc-light/files/uhc-light-1.1.9.2-hashable-1.2.4.patch
0 → 100644
View file @
3b108f01
diff --git a/src/UHC/Light/Compiler/Base/Common.hs b/src/UHC/Light/Compiler/Base/Common.hs
index 210e634..6ac6f9a 100644
--- a/src/UHC/Light/Compiler/Base/Common.hs
+++ b/src/UHC/Light/Compiler/Base/Common.hs
@@ -126,3 +126,5 @@
deriving instance Generic Version
+#if ! MIN_VERSION_hashable(1,2,4)
instance Hashable Version
+#endif
dev-haskell/uhc-light/uhc-light-1.1.9.2.ebuild
View file @
3b108f01
...
@@ -35,3 +35,7 @@ RDEPEND="dev-haskell/binary:=[profile?]
...
@@ -35,3 +35,7 @@ RDEPEND="dev-haskell/binary:=[profile?]
DEPEND
=
"
${
RDEPEND
}
DEPEND
=
"
${
RDEPEND
}
>=dev-haskell/cabal-1.18.1.3
>=dev-haskell/cabal-1.18.1.3
"
"
src_prepare
()
{
epatch
"
${
FILESDIR
}
"
/
${
P
}
-hashable-1
.2.4.patch
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment