Skip to content

Commit

Permalink
Upgrade to GHC 8.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithm committed Mar 24, 2021
1 parent ce7da79 commit 55f5cf3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions aeson-typescript.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: e1e74b37dded848299e515c32291f9f35f71998ce4f89f9a5622d634b197109d
-- hash: e778945cc6c2317863114819314907c928f41e6d6f6a7ccdb77b712d1dd356bf

name: aeson-typescript
version: 0.3.0.0
Expand Down Expand Up @@ -52,7 +52,7 @@ library
, mtl
, template-haskell
, text
, th-abstraction <0.4
, th-abstraction <0.5
, unordered-containers
default-language: Haskell2010

Expand Down Expand Up @@ -99,6 +99,6 @@ test-suite aeson-typescript-test
, template-haskell
, temporary
, text
, th-abstraction <0.4
, th-abstraction <0.5
, unordered-containers
default-language: Haskell2010
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aeson-typescript
version: 0.2.0.0
version: 0.3.0.0
github: "codedownio/aeson-typescript"
license: BSD3
category: Text, Web, JSON
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
- mtl
- template-haskell
- text
- th-abstraction < 0.4
- th-abstraction < 0.5
- unordered-containers

library:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

resolver: lts-16.20
resolver: lts-17.7

packages:
- .
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
size: 532177
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/20.yaml
sha256: 0e14ba5603f01e8496e8984fd84b545a012ca723f51a098c6c9d3694e404dc6d
original: lts-16.20
size: 565715
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/7.yaml
sha256: 1b5e4124989399e60e7a7901f0cefd910beea546131fb07a13a7208c4cc8b7ee
original: lts-17.7

0 comments on commit 55f5cf3

Please sign in to comment.