Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add recipe for ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Feb 14, 2014
1 parent 1c52285 commit fc7c9e2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ghc/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./configure --prefix=$PREFIX
make install
23 changes: 23 additions & 0 deletions ghc/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
package:
name: ghc
version: 7.6.3

source:
fn: ghc-7.6.3-x86_64-unknown-linux.tar.bz2 # [linux64]
url: https://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-x86_64-unknown-linux.tar.bz2 # [linux64]
sha1: 46ec3f3352ff57fba0dcbc8d9c20f7bcb6924b77 # [linux64]
fn: ghc-7.6.3-i386-unknown-linux.tar.bz2 # [linux32]
url: https://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-i386-unknown-linux.tar.bz2 # [linux32]
sha1: f042b4171a2d4745137f2e425e6949c185f8ea14 # [linux32]
fn: ghc-7.6.3-x86_64-apple-darwin.tar.bz2 # [osx]
url: https://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-x86_64-apple-darwin.tar.bz2 # [osx]
sha1: fb9f18197852181a9472221e1944081985b75992 # [osx]

test:
commands:
- ghc --help

about:
home: https://www.haskell.org/ghc/
license: BSD
summary: "GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell."

0 comments on commit fc7c9e2

Please sign in to comment.