Skip to content

Commit

Permalink
update to stackage13.25 (#28)
Browse files Browse the repository at this point in the history
* remove versions constrains

* update to latest stackage
  • Loading branch information
turboMaCk authored and stoeffel committed Jun 11, 2019
1 parent 71d25d6 commit 275ac5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ library:
- src
- types-from-compiler
dependencies:
- aeson == 1.2.4.0
- async == 2.1.1.1
- binary == 0.8.5.1
- bytestring == 0.10.8.2
- containers == 0.5.10.2
- directory == 1.3.0.2
- filepath == 1.4.1.2
- optparse-applicative == 0.14.2.0
- safe-exceptions == 0.1.7.0
- text == 1.2.3.0
- aeson == 1.4.*
- async == 2.2.*
- binary == 0.8.*
- bytestring == 0.10.*
- containers == 0.*
- directory == 1.3.*
- filepath == 1.4.*
- optparse-applicative == 0.14.*
- safe-exceptions == 0.1.*
- text == 1.2.*
ghc-options:
- -Wall
- -Werror
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-11.0
resolver: lts-13.25

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down

0 comments on commit 275ac5c

Please sign in to comment.