Skip to content

Commit 32b9071

Browse files
committed
Update index state to 2022-06-01T00:00:00Z
1 parent 42809ad commit 32b9071

File tree

19 files changed

+3115
-673
lines changed

19 files changed

+3115
-673
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- run `nix flake lock --update-input hackageNix` after updating index-state.
2-
index-state: 2022-02-18T00:00:00Z
2+
index-state: 2022-06-01T00:00:00Z
33

44
packages:
55
cardano-api

cardano-api/test/Test/Cardano/Api/Json.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
{-# LANGUAGE LambdaCase #-}
44
{-# LANGUAGE TemplateHaskell #-}
55

6+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
7+
68
module Test.Cardano.Api.Json
79
( tests
810
) where

cardano-api/test/Test/Cardano/Api/KeysByron.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{-# LANGUAGE FlexibleContexts #-}
22
{-# LANGUAGE TemplateHaskell #-}
33

4+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
5+
46
module Test.Cardano.Api.KeysByron
57
( tests
68
) where

cardano-api/test/Test/Cardano/Api/Ledger.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
{-# LANGUAGE TemplateHaskell #-}
33
{-# LANGUAGE TypeApplications #-}
44

5+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
6+
57
module Test.Cardano.Api.Ledger
68
( tests
79
) where

cardano-api/test/Test/Cardano/Api/Metadata.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{-# LANGUAGE OverloadedStrings #-}
22
{-# LANGUAGE TemplateHaskell #-}
3+
4+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
5+
36
module Test.Cardano.Api.Metadata
47
( tests
58
, genTxMetadata

cardano-api/test/Test/Cardano/Api/Typed/Address.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{-# LANGUAGE FlexibleContexts #-}
22
{-# LANGUAGE TemplateHaskell #-}
33

4+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
5+
46
module Test.Cardano.Api.Typed.Address
57
( tests
68
) where

cardano-api/test/Test/Cardano/Api/Typed/Bech32.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{-# LANGUAGE TemplateHaskell #-}
2+
3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
25
module Test.Cardano.Api.Typed.Bech32
36
( tests
47
) where

cardano-api/test/Test/Cardano/Api/Typed/CBOR.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
{-# LANGUAGE RankNTypes #-}
55
{-# LANGUAGE TemplateHaskell #-}
66

7+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
8+
79
module Test.Cardano.Api.Typed.CBOR
810
( tests
911
) where

cardano-api/test/Test/Cardano/Api/Typed/Envelope.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
{-# LANGUAGE StandaloneDeriving #-}
33
{-# LANGUAGE TemplateHaskell #-}
44

5+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
6+
57
module Test.Cardano.Api.Typed.Envelope
68
( tests
79
) where

cardano-api/test/Test/Cardano/Api/Typed/JSON.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{-# LANGUAGE TypeApplications #-}
77
{-# LANGUAGE TypeFamilies #-}
88

9+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
910
{-# OPTIONS_GHC -Wno-orphans #-}
1011

1112
module Test.Cardano.Api.Typed.JSON

cardano-api/test/Test/Cardano/Api/Typed/Ord.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{-# LANGUAGE TemplateHaskell #-}
22

3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
35
module Test.Cardano.Api.Typed.Ord
46
( tests
57
) where

cardano-api/test/Test/Cardano/Api/Typed/RawBytes.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{-# LANGUAGE FlexibleContexts #-}
22
{-# LANGUAGE TemplateHaskell #-}
33

4+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
5+
46
module Test.Cardano.Api.Typed.RawBytes
57
( tests
68
) where

cardano-api/test/Test/Cardano/Api/Typed/Script.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{-# LANGUAGE TemplateHaskell #-}
22

3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
35
module Test.Cardano.Api.Typed.Script
46
( tests
57
) where

cardano-api/test/Test/Cardano/Api/Typed/TxBody.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{-# LANGUAGE LambdaCase #-}
22
{-# LANGUAGE TemplateHaskell #-}
33

4+
{-# OPTIONS_GHC -Wno-deprecations #-}
5+
46
module Test.Cardano.Api.Typed.TxBody
57
( tests
68
) where

cardano-api/test/Test/Cardano/Api/Typed/Value.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{-# LANGUAGE TemplateHaskell #-}
22

3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
35
module Test.Cardano.Api.Typed.Value
46
( tests
57
) where

cardano-node-chairman/test/Main.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{-# LANGUAGE FlexibleInstances #-}
22

3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
35
module Main
46
( main
57
) where

cardano-testnet/test/Main.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{-# LANGUAGE FlexibleInstances #-}
22

3+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
4+
35
module Main
46
( main
57
) where

cardano-testnet/test/Test/Util.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
2+
13
module Test.Util
24
( ignoreOn
35
, ignoreOnWindows

0 commit comments

Comments
 (0)