Skip to content

Commit

Permalink
Update index state to 2022-05-09T00:00:00Z
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed May 15, 2022
1 parent 91a11ba commit c99e216
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cabal.project
@@ -1,5 +1,5 @@
-- run `nix flake lock --update-input hackageNix` after updating index-state.
index-state: 2022-02-18T00:00:00Z
index-state: 2022-05-09T00:00:00Z

packages:
cardano-api
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Json.hs
Expand Up @@ -3,6 +3,8 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Json
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/KeysByron.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.KeysByron
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Ledger.hs
Expand Up @@ -2,6 +2,8 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Ledger
( tests
) where
Expand Down
3 changes: 3 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Metadata.hs
@@ -1,5 +1,8 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Metadata
( tests
, genTxMetadata
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Address.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Address
( tests
) where
Expand Down
3 changes: 3 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Bech32.hs
@@ -1,4 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Bech32
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/CBOR.hs
Expand Up @@ -4,6 +4,8 @@
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.CBOR
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Envelope.hs
Expand Up @@ -2,6 +2,8 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Envelope
( tests
) where
Expand Down
1 change: 1 addition & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/JSON.hs
Expand Up @@ -6,6 +6,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
{-# OPTIONS_GHC -Wno-orphans #-}

module Test.Cardano.Api.Typed.JSON
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Ord.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Ord
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/RawBytes.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.RawBytes
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Script.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Script
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Value.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Cardano.Api.Typed.Value
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-node-chairman/test/Main.hs
@@ -1,5 +1,7 @@
{-# LANGUAGE FlexibleInstances #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Main
( main
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-testnet/test/Main.hs
@@ -1,6 +1,8 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE ImportQualifiedPost #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Main
( main
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-testnet/test/Test/Util.hs
@@ -1,3 +1,5 @@
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Util
( ignoreOn
, ignoreOnWindows
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c99e216

Please sign in to comment.