Skip to content

Commit 55f5cf3

Browse files
committed
Upgrade to GHC 8.10.4
1 parent ce7da79 commit 55f5cf3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

aeson-typescript.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: e1e74b37dded848299e515c32291f9f35f71998ce4f89f9a5622d634b197109d
7+
-- hash: e778945cc6c2317863114819314907c928f41e6d6f6a7ccdb77b712d1dd356bf
88

99
name: aeson-typescript
1010
version: 0.3.0.0
@@ -52,7 +52,7 @@ library
5252
, mtl
5353
, template-haskell
5454
, text
55-
, th-abstraction <0.4
55+
, th-abstraction <0.5
5656
, unordered-containers
5757
default-language: Haskell2010
5858

@@ -99,6 +99,6 @@ test-suite aeson-typescript-test
9999
, template-haskell
100100
, temporary
101101
, text
102-
, th-abstraction <0.4
102+
, th-abstraction <0.5
103103
, unordered-containers
104104
default-language: Haskell2010

package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aeson-typescript
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
github: "codedownio/aeson-typescript"
44
license: BSD3
55
category: Text, Web, JSON
@@ -33,7 +33,7 @@ dependencies:
3333
- mtl
3434
- template-haskell
3535
- text
36-
- th-abstraction < 0.4
36+
- th-abstraction < 0.5
3737
- unordered-containers
3838

3939
library:

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
resolver: lts-16.20
2+
resolver: lts-17.7
33

44
packages:
55
- .

stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 532177
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/16/20.yaml
11-
sha256: 0e14ba5603f01e8496e8984fd84b545a012ca723f51a098c6c9d3694e404dc6d
12-
original: lts-16.20
9+
size: 565715
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/17/7.yaml
11+
sha256: 1b5e4124989399e60e7a7901f0cefd910beea546131fb07a13a7208c4cc8b7ee
12+
original: lts-17.7

0 commit comments

Comments
 (0)