|
|
|
@ -24,14 +24,14 @@ executable ringo
|
|
|
|
|
bytestring >=0.10 && <0.11,
|
|
|
|
|
containers >=0.5 && <0.6,
|
|
|
|
|
base-compat >=0.6 && <1.0,
|
|
|
|
|
optparse-applicative >=0.11 && <0.14,
|
|
|
|
|
optparse-applicative >=0.11 && <0.15,
|
|
|
|
|
yaml >=0.8.11 && <0.9,
|
|
|
|
|
vector >=0.10 && <0.13,
|
|
|
|
|
directory >=1.2 && <1.4,
|
|
|
|
|
filepath >=1.3 && <1.5,
|
|
|
|
|
aeson >=0.8 && <1.2,
|
|
|
|
|
Cabal >=1.18 && <1.25,
|
|
|
|
|
template-haskell >=2.9 && <2.12,
|
|
|
|
|
aeson >=0.8 && <1.3,
|
|
|
|
|
Cabal >=1.18 && <2.1,
|
|
|
|
|
template-haskell >=2.9 && <2.13,
|
|
|
|
|
ringo-core
|
|
|
|
|
ghc-options: -Wall -fwarn-incomplete-uni-patterns -fno-warn-unused-do-bind
|
|
|
|
|
-fno-warn-orphans -funbox-strict-fields -O2
|
|
|
|
|