Skip to content

Commit

Permalink
Update to lts-9.10
Browse files Browse the repository at this point in the history
Summary: I also did a check against nightly (which runs 8.2.1) and we were fine there too.

Reviewed By: blandinw

Differential Revision: D6169348

fbshipit-source-id: dd0727d
  • Loading branch information
JonCoens authored and facebook-github-bot committed Oct 27, 2017
1 parent 251028e commit 349771d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions duckling.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,12 @@ library
build-depends: base >= 4.8.2 && < 5.0
, array >= 0.5.1.1 && < 0.6
, attoparsec >= 0.13.1.0 && < 0.14
, aeson >= 0.11.3.0 && < 1.1
, aeson >= 0.11.3.0 && < 1.3
, 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
, extra >= 1.4.10 && < 1.6
, extra >= 1.4.10 && < 1.7
, hashable >= 1.2.4.0 && < 1.3
, regex-base >= 0.93.2 && < 0.94
, regex-pcre >= 0.94.4 && < 0.95
Expand Down Expand Up @@ -803,7 +803,7 @@ executable duckling-regen-exe
, Duckling.Ranking.Generate
build-depends: duckling
, base
, haskell-src-exts >= 1.18 && < 1.19
, haskell-src-exts >= 1.18 && < 1.20
, text
, unordered-containers
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-8.8
resolver: lts-9.10

packages:
- '.'
Expand Down

0 comments on commit 349771d

Please sign in to comment.