Skip to content

Commit

Permalink
dev-haskell/warp: bump up to 1.3.7
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Jan 8, 2013
1 parent 5c0ca70 commit 1d5b312
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-haskell/warp/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST warp-1.3.6.tar.gz 17611 SHA256 d2ae85a515587c5ceebb97d02879ab1948e2e3ab2b150e9674861e79d5a9852b SHA512 83af40a46929b9f33abe7bb59ac776de0c495d8a559ba8c9d0a11c9327dcee4305bff8c0ab72d8548dc03ed84607d76749c4b2ed0986ee2e2f88d95ab92a4dfa WHIRLPOOL 00078ef0980010c119e92a530aeb6a91c3950792b697b220f53a731119b4c5a4ae485201467553d440c6a93609886751d262e4f217204cf4a03becc9a3e35903
DIST warp-1.3.7.tar.gz 17897 SHA256 ce7f2b0f469ab84d44ecfaa781234808b31fec5b0d371c48db9a511e3147c418 SHA512 dd4f5a07ab52ad43c5cf554bd2e58e82be418ccd57cbac0e51f2d13afa9a9d5ba1e11d008e8df2e14c4c99017c8c387f395a533ca463f316227b05e128e3aeb9 WHIRLPOOL 049707eae57c9b657b442f3ec2abc6af5fbcd3a518a336dae3a1c6e3f5e7cd724195589e862517d7625ae3a6016e578f2a487b624b92482ec7bb139484749980
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

# ebuild generated by hackport 0.3.1.9999
# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
Expand Down Expand Up @@ -43,3 +43,8 @@ DEPEND="${RDEPEND}
dev-haskell/quickcheck
)
>=dev-haskell/cabal-1.8"

src_configure() {
haskell-cabal_src_configure \
--flag=-network-bytestring
}

0 comments on commit 1d5b312

Please sign in to comment.