Merge branch 'main' into add-tests

This commit is contained in:
Tissevert 2020-12-06 16:58:56 +01:00
commit 85edb2c74c
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ library
, SJW.Module.Imports
, SJW.Source
build-depends: attoparsec
, base >=4.11 && <4.13
, base >=4.9 && <4.15
, containers
, directory
, filepath
@ -42,7 +42,7 @@ executable sjw
other-modules: Paths_SJW
-- other-extensions:
build-depends: attoparsec
, base >=4.11 && <4.13
, base >=4.9 && <4.15
, optparse-applicative
, SJW
, text

View File

@ -2,6 +2,7 @@
module Main where
import Control.Applicative (many, optional)
import Data.Monoid ((<>))
import qualified Data.Text as Text (unpack)
import Data.Version (showVersion)
import Options.Applicative (