Merge pull request #50 from isovector/fix-ci

Fix CI
This commit is contained in:
Sandy Maguire 2019-05-18 08:53:45 -04:00 committed by GitHub
commit 17f127319d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
{-# LANGUAGE MonoLocalBinds #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
{-# OPTIONS_HADDOCK not-home #-}
module Polysemy.Internal