Skip to content

Instantly share code, notes, and snippets.

@davidad
davidad / merging.hs
Created November 17, 2009 04:55 — forked from anonymous/merging.hs
{-# LANGUAGE UndecidableInstances, FlexibleInstances #-}
module Main where
import IO
import Control.Concurrent
import Control.Exception
import System.IO.Unsafe
import Data.Ord
class JoinLattice a where
#!/bin/bash
# Install dependencies
sudo apt-get install ghc6 ghc6-prof ghc6-doc haddock libglut-dev happy alex \
libedit-dev zlib1g-dev checkinstall libghc6-mtl-prof
# Get haskell-platform
wget http://hackage.haskell.org/platform/2009.2.0.2/haskell-platform-2009.2.0.2.tar.gz
tar -xzf haskell-platform-2009.2.0.2.tar.gz
cd haskell-platform-2009.2.0.2