mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-14 19:02:53 +01:00
bumped Plutus dependency
This commit is contained in:
parent
2001e7c3f2
commit
18b7aaacb8
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
index-state: 2021-02-24T00:00:00Z
|
index-state: 2021-04-13T00:00:00Z
|
||||||
|
|
||||||
packages: ./.
|
packages: ./.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ source-repository-package
|
||||||
plutus-tx-plugin
|
plutus-tx-plugin
|
||||||
prettyprinter-configurable
|
prettyprinter-configurable
|
||||||
quickcheck-dynamic
|
quickcheck-dynamic
|
||||||
tag: 0c3c310cab61dbff8cbc1998a3678b367be6815a
|
tag: 476409eaee94141e2fe076a7821fc2fcdec5dfcb
|
||||||
|
|
||||||
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
||||||
-- given above.
|
-- given above.
|
||||||
|
|
|
@ -10,7 +10,7 @@ License-files: LICENSE
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
exposed-modules: Week05.Oracle
|
exposed-modules: Week06.Oracle
|
||||||
build-depends: aeson
|
build-depends: aeson
|
||||||
, base ^>=4.14.1.0
|
, base ^>=4.14.1.0
|
||||||
, containers
|
, containers
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# LANGUAGE TypeOperators #-}
|
{-# LANGUAGE TypeOperators #-}
|
||||||
|
|
||||||
module Week05.Oracle where
|
module Week06.Oracle where
|
||||||
|
|
||||||
import Control.Monad hiding (fmap)
|
import Control.Monad hiding (fmap)
|
||||||
import qualified Data.Map as Map
|
import qualified Data.Map as Map
|
||||||
|
|
Loading…
Reference in a new issue