Haskell Platform 2011.2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e07527d159
commit
7adf498408
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class HaskellPlatform < Formula
|
||||
url 'http://lambda.galois.com/hp-tmp/2011.2.0.0/haskell-platform-2011.2.0.0.tar.gz'
|
||||
url 'http://lambda.galois.com/hp-tmp/2011.2.0.1/haskell-platform-2011.2.0.1.tar.gz'
|
||||
homepage 'http://hackage.haskell.org/platform/'
|
||||
md5 'b259698a93986b8679a0b0a415780e3a'
|
||||
version '2011.2.0.0'
|
||||
md5 '97fd42f169a426d043368cec342745ef'
|
||||
version '2011.2.0.1'
|
||||
|
||||
depends_on 'ghc'
|
||||
|
||||
|
|
Loading…
Reference in a new issue