packages feed

prednote-0.22.0.2: sunlight-test.hs

module Main where

import Test.Sunlight

inputs = TestInputs
  { tiDescription = Nothing
  , tiCabal = "cabal"
  , tiLowest = ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")
  , tiDefault = [ ("7.4.1", "ghc-7.4.1", "ghc-pkg-7.4.1")
                , ("7.6.3", "ghc-7.6.3", "ghc-pkg-7.6.3")
                , ("7.8.2", "ghc-7.8.2", "ghc-pkg-7.8.2") ]
  , tiTest = [("dist/build/prednote-test/prednote-test", [])]
  }

main = runTests inputs