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
97619bae
Unverified
Commit
97619bae
authored
Jan 22, 2016
by
Sergei Trofimovich
Browse files
dev-haskell/exceptions: bump up to 0.8.2.1
Package-Manager: portage-2.2.27
parent
aacd5944
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
dev-haskell/exceptions/Manifest
dev-haskell/exceptions/Manifest
+1
-1
dev-haskell/exceptions/exceptions-0.8.2.1.ebuild
dev-haskell/exceptions/exceptions-0.8.2.1.ebuild
+5
-10
No files found.
dev-haskell/exceptions/Manifest
View file @
97619bae
DIST exceptions-0.6.1.tar.gz 11392 SHA256 f56b3f97f5ad49c6e7efde386683ec52c8c4b853bbdda068690e913db52c5b26 SHA512 92413cfa9fccd877303ec4f100c4ac94d3e30df0563600733a940c3a3ee9d4e1e934bd6d09774faed684c8ea9821b8c44cf501cc44fe8c834dd19e2efbed5070 WHIRLPOOL 9b247d598c32dd301bb07d29c7e1558adc2348a66592f8b549bbfedc05fd24ced43dca05297ee43641b37a91bcb834c440883213eb0a08a0b84cd2f7bf1599a7
DIST exceptions-0.6.1.tar.gz 11392 SHA256 f56b3f97f5ad49c6e7efde386683ec52c8c4b853bbdda068690e913db52c5b26 SHA512 92413cfa9fccd877303ec4f100c4ac94d3e30df0563600733a940c3a3ee9d4e1e934bd6d09774faed684c8ea9821b8c44cf501cc44fe8c834dd19e2efbed5070 WHIRLPOOL 9b247d598c32dd301bb07d29c7e1558adc2348a66592f8b549bbfedc05fd24ced43dca05297ee43641b37a91bcb834c440883213eb0a08a0b84cd2f7bf1599a7
DIST exceptions-0.8.
0.2
.tar.gz 12
241
SHA256
070a3e0d1495243770fb3a629d5187ce898f069cb3621c5f7c610ae264982bf4 SHA512 8ed232f97f9d705f694aa9e0261c7920666cb0052d00370883b08fa6f61a97f8b17643512bdda5189760a51b42a9340e153521abafec20d42ffa193f3b0369b3 WHIRLPOOL e32d723c93829b5105429f70b08e35947a8b6f0e4a662bbebe48a062630c05ec71641fa2fdb34d7dc56c2271e35e9fecca0c62f573cd2f2ced270d3d74bc9de3
DIST exceptions-0.8.
2.1
.tar.gz 12
354
SHA256
c435877ff2f04a1855e50c78bbcbf8c89f3dc42837e440956500599f6d851035 SHA512 0de9862ea3e71b7511b059c90363856b0ed445bdd6aa24ba39630d31a2cde601ef29f6a8c9f39ef80be7682c6f58a5d74d17552a8f64d544fa67aef6017f254f WHIRLPOOL d64c8d7e13fde1d6009936484f39d6165f12c9c18187bc410cef2a0dea23c716bdf38734851c1eaf634a1da6451bb9983e0826866c8714555f3bc5b8d7be8a7d
dev-haskell/exceptions/exceptions-0.8.
0.2
.ebuild
→
dev-haskell/exceptions/exceptions-0.8.
2.1
.ebuild
View file @
97619bae
# Copyright 1999-201
5
Gentoo Foundation
# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Id$
# $Id$
EAPI
=
5
EAPI
=
5
# ebuild generated by hackport 0.4.
4
.9999
# ebuild generated by hackport 0.4.
6
.9999
CABAL_FEATURES
=
"lib profile haddock hoogle hscolour test-suite"
CABAL_FEATURES
=
"lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
inherit haskell-cabal
...
@@ -20,18 +20,13 @@ IUSE=""
...
@@ -20,18 +20,13 @@ IUSE=""
RDEPEND
=
">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
RDEPEND
=
">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-3:=[profile?]
>=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-3:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.
5
:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.
6
:=[profile?]
>=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.
5
:=[profile?]
>=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.
6
:=[profile?]
>=dev-lang/ghc-7.4.1:=
>=dev-lang/ghc-7.4.1:=
"
"
DEPEND
=
"
${
RDEPEND
}
DEPEND
=
"
${
RDEPEND
}
>=dev-haskell/cabal-1.8
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/quickcheck-2.5
:2
test? ( >=dev-haskell/quickcheck-2.5
<dev-haskell/quickcheck-2.9
>=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
>=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
"
"
src_prepare
()
{
cabal_chdeps
\
'QuickCheck >= 2.5 && < 2.8'
'QuickCheck >= 2.5'
}
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