diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2020-08-28 23:13:35 +0200 | 
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2020-08-28 23:13:35 +0200 | 
| commit | 1eeb5cba2d3bbe07a19af65cb68375a9112ca8b8 (patch) | |
| tree | 039b46d4f3cdd02c8b86b0854f3af3a9f721d4d8 /src | |
| parent | 581f10d9f1a2b0375358afd5eabc20c06956e261 (diff) | |
Updates for GHC 8.8
Diffstat (limited to 'src')
| -rw-r--r-- | src/Main.hs | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/Main.hs b/src/Main.hs index 044c6ad..9404517 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -4,7 +4,6 @@ import Control.Arrow (first)  import Control.Concurrent  import Control.Monad  import Control.Monad.Except -import Control.Monad.Fail  import Control.Monad.Reader  import Control.Monad.State  import Control.Monad.Trans.Maybe |