File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ module Main where
2
2
3
3
import Data.Version
4
4
5
+ import Data.Semigroup
5
6
import Options.Applicative hiding (ParseError )
6
7
import System.Console.Shell
7
8
import System.Console.Shell.ShellMonad
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ library
26
26
Language.SystemF.Expression,
27
27
Language.SystemF.Parser,
28
28
Language.SystemF.TypeCheck
29
- build-depends : base <= 5 ,
29
+ build-depends : base >= 4.9 ,
30
30
containers,
31
31
parsec
32
32
default-language : Haskell2010
@@ -36,9 +36,9 @@ executable lambda-calculator
36
36
main-is : Main.hs
37
37
other-modules : Paths_lambda_calculator
38
38
ghc-options : -threaded -rtsopts -with-rtsopts=-N
39
- build-depends : base,
39
+ build-depends : base >= 4.9 ,
40
40
lambda-calculator,
41
- optparse-applicative < 0.13 ,
41
+ optparse-applicative >= 0.13 ,
42
42
Shellac,
43
43
Shellac-readline
44
44
default-language : Haskell2010
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ packages:
5
5
extra-deps :
6
6
- Shellac-0.9.9
7
7
- Shellac-readline-0.9.9
8
- resolver : lts-7.14
8
+ resolver : lts-8.8
You can’t perform that action at this time.
0 commit comments