#!/bin/sh runhaskell ./Setup.lhs configure && \ runhaskell ./Setup.lhs build && \ ghc -e 'runUnitTests False' dist/build/conjure/conjure-tmp/sha1.o -fglasgow-exts -fno-monomorphism-restriction UnitTests.hs && \ runhaskell ./Setup.lhs haddock exit $?