From 18526905823a121961dbfb980927a82ae78f9586 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 29 Oct 2019 12:49:18 -0400 Subject: [PATCH] Reorganize .cabal file. --- fused-effects-exceptions.cabal | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/fused-effects-exceptions.cabal b/fused-effects-exceptions.cabal index d12e9bb..68b9598 100644 --- a/fused-effects-exceptions.cabal +++ b/fused-effects-exceptions.cabal @@ -12,18 +12,26 @@ maintainer: patrickt@github.com copyright: 2019 Josh Vera, Patrick Thomson, and Rob Rix category: Control build-type: Simple -extra-source-files: README.md +extra-source-files: + README.md + ChangeLog.md -tested-with: GHC == 8.6.4 +tested-with: + GHC == 8.2.2 + GHC == 8.4.4 + GHC == 8.6.5 + GHC == 8.8.1 library hs-source-dirs: src - default-language: Haskell2010 - exposed-modules: Control.Carrier.State.IORef - Control.Effect.Exception - build-depends: base >= 4.7 && < 5 - , fused-effects >= 1.0.0.0 - , transformers >= 0.4 && < 0.6 + default-language: Haskell2010 + exposed-modules: + Control.Carrier.State.IORef + Control.Effect.Exception + build-depends: + base >= 4.7 && < 5 + , fused-effects >= 1.0.0.0 + , transformers >= 0.4 && < 0.6 source-repository head type: git