mirror of
https://github.com/facebook/duckling.git
synced 2025-01-07 14:29:37 +03:00
Remove redundant constraints in .cabal
Summary: See title. Reviewed By: JonCoens Differential Revision: D5002238 fbshipit-source-id: 0de239c
This commit is contained in:
parent
6327b614f9
commit
d171c547dd
@ -492,7 +492,6 @@ library
|
||||
, time >= 1.5.0.1 && < 1.7
|
||||
, timezone-series >= 0.1.5.1 && < 0.2
|
||||
, unordered-containers >= 0.2.7.2 && < 0.3
|
||||
, vector >= 0.11.0.0 && < 0.12
|
||||
default-language: Haskell2010
|
||||
default-extensions: OverloadedStrings
|
||||
, RebindableSyntax
|
||||
@ -503,21 +502,10 @@ test-suite duckling-test
|
||||
hs-source-dirs: tests
|
||||
build-depends: duckling
|
||||
, base >= 4.8.2 && < 5.0
|
||||
, attoparsec >= 0.13.1.0 && < 0.14
|
||||
, aeson >= 0.11.3.0 && < 1.1
|
||||
, bytestring >= 0.10.6.0 && < 0.11
|
||||
, containers >= 0.5.6.2 && < 0.6
|
||||
, deepseq >= 1.4.1.1 && < 1.5
|
||||
, dependent-sum >= 0.3.2.2 && < 0.5
|
||||
, hashable >= 1.2.4.0 && < 1.3
|
||||
, regex-base >= 0.93.2 && < 0.94
|
||||
, regex-pcre >= 0.94.4 && < 0.95
|
||||
, text >= 1.2.2.1 && < 1.3
|
||||
, text-show >= 2.1.2 && < 3.5
|
||||
, time >= 1.5.0.1 && < 1.7
|
||||
, timezone-series >= 0.1.5.1 && < 0.2
|
||||
, unordered-containers >= 0.2.7.2 && < 0.3
|
||||
, vector >= 0.11.0.0 && < 0.12
|
||||
, tasty >= 0.11.1 && < 0.12
|
||||
, tasty-hunit >= 0.9.2 && < 1.0
|
||||
other-modules: Duckling.Tests
|
||||
@ -708,22 +696,9 @@ executable duckling-regen-exe
|
||||
, Duckling.Ranking.Generate
|
||||
build-depends: duckling
|
||||
, base >= 4.8.2 && < 5.0
|
||||
, attoparsec >= 0.13.1.0 && < 0.14
|
||||
, aeson >= 0.11.3.0 && < 1.1
|
||||
, bytestring >= 0.10.6.0 && < 0.11
|
||||
, containers >= 0.5.6.2 && < 0.6
|
||||
, deepseq >= 1.4.1.1 && < 1.5
|
||||
, dependent-sum >= 0.3.2.2 && < 0.5
|
||||
, hashable >= 1.2.4.0 && < 1.3
|
||||
, haskell-src-exts >= 1.18 && < 1.19
|
||||
, regex-base >= 0.93.2 && < 0.94
|
||||
, regex-pcre >= 0.94.4 && < 0.95
|
||||
, text >= 1.2.2.1 && < 1.3
|
||||
, text-show >= 2.1.2 && < 3.5
|
||||
, time >= 1.5.0.1 && < 1.7
|
||||
, timezone-series >= 0.1.5.1 && < 0.2
|
||||
, unordered-containers >= 0.2.7.2 && < 0.3
|
||||
, vector >= 0.11.0.0 && < 0.12
|
||||
default-language: Haskell2010
|
||||
default-extensions: OverloadedStrings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user