add the extensions required by the benchmark

our package.yaml doesn't include the same extensions as freer-simple's,
so we can't built it as-is.
This commit is contained in:
Samuel Gélineau 2019-02-21 19:32:49 -05:00
parent e05b17acc8
commit 76ea6b7ee6

View File

@ -1,3 +1,4 @@
{-# LANGUAGE DataKinds, DeriveFunctor, FlexibleContexts, GADTs, TypeOperators #-}
module Main (main) where
import Control.Monad (replicateM_)