Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index state to 2022-07-01T00:00:00Z #3862

Merged
merged 7 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -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-06-01T00:00:00Z

packages:
cardano-api
Expand Down Expand Up @@ -339,6 +339,8 @@ constraints:
-- that dependency
, network >= 3.1.1.0
, HSOpenSSL >= 0.11.7.2
, algebraic-graphs < 0.7
, protolude < 0.3.1

package snap-server
flags: +openssl
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Json.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
newhoggy marked this conversation as resolved.
Show resolved Hide resolved

module Test.Cardano.Api.Json
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/KeysByron.hs
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations
newhoggy marked this conversation as resolved.
Show resolved Hide resolved

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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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/TxBody.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE TemplateHaskell #-}

{-# OPTIONS_GHC -Wno-deprecations #-}

module Test.Cardano.Api.Typed.TxBody
( tests
) where
Expand Down
2 changes: 2 additions & 0 deletions cardano-api/test/Test/Cardano/Api/Typed/Value.hs
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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/Test/Util.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{-# OPTIONS_GHC -Wno-deprecations #-} -- TODO Fix deprecations

module Test.Util
( ignoreOn
, ignoreOnWindows
Expand Down
Loading