Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ addons:
sources:
- hvr-ghc
packages:
- ghc-7.10.2
- ghc-7.10.3
- libgmp-dev
- alex-3.1.4
- happy-1.19.5
Expand All @@ -28,7 +28,7 @@ before_install:
- mkdir -p ~/.local/bin
- export PATH=~/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
- export PATH=/opt/ghc/7.10.2/bin:$PATH
- export PATH=/opt/ghc/7.10.3/bin:$PATH
- export PATH=/opt/happy/1.19.5/bin:/opt/alex/3.1.4/bin:$PATH

install:
Expand Down
10 changes: 5 additions & 5 deletions fcore.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ library
, filepath == 1.4.*
, haskeline == 0.7.*
, language-java == 0.2.*
, microlens == 0.2.0.*
, microlens-th == 0.2.1.*
, microlens == 0.3.5.*
, microlens-th == 0.2.2.*
, mtl == 2.2.*
, parsec == 3.1.*
, pretty == 1.1.*
Expand All @@ -36,7 +36,7 @@ library
, template-haskell == 2.10.*
, time == 1.5.*
, transformers == 0.4.*
, unbound-generics == 0.2
, unbound-generics == 0.3
build-tools: alex == 3.1.*,
happy == 1.19.*
hs-source-dirs: frontend
Expand Down Expand Up @@ -109,7 +109,7 @@ executable f2j
build-depends: ansi-wl-pprint == 0.6.*
, array == 0.5.*
, base == 4.*
, clock == 0.5.*
, clock == 0.6.*
, containers == 0.5.*
, directory == 1.2.*
, fcore
Expand Down Expand Up @@ -180,5 +180,5 @@ test-suite test
, filepath == 1.4.*
, language-java == 0.2.*
, process == 1.2.*
, tasty == 0.10.*
, tasty == 0.11.*
, tasty-hspec == 1.1.*
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ flags:
packages:
- '.'
extra-deps: []
resolver: lts-3.16
resolver: lts-4.0