Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0af79d0

Browse files
authored
Merge pull request #143 from iporsut/master
Remove unused RankNTypes extension
2 parents 0c0d320 + da56c8b commit 0af79d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Semantic/CLI.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{-# LANGUAGE ApplicativeDo, RankNTypes #-}
1+
{-# LANGUAGE ApplicativeDo #-}
22
module Semantic.CLI (main) where
33

44
import Control.Exception as Exc (displayException)

0 commit comments

Comments
 (0)