mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-13 10:22:34 +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: ./.
|
||||
|
||||
|
@ -23,7 +23,7 @@ source-repository-package
|
|||
plutus-tx-plugin
|
||||
prettyprinter-configurable
|
||||
quickcheck-dynamic
|
||||
tag: 0c3c310cab61dbff8cbc1998a3678b367be6815a
|
||||
tag: 476409eaee94141e2fe076a7821fc2fcdec5dfcb
|
||||
|
||||
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
|
||||
-- given above.
|
||||
|
|
|
@ -10,7 +10,7 @@ License-files: LICENSE
|
|||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
exposed-modules: Week05.Oracle
|
||||
exposed-modules: Week06.Oracle
|
||||
build-depends: aeson
|
||||
, base ^>=4.14.1.0
|
||||
, containers
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
module Week05.Oracle where
|
||||
module Week06.Oracle where
|
||||
|
||||
import Control.Monad hiding (fmap)
|
||||
import qualified Data.Map as Map
|
||||
|
|
Loading…
Reference in a new issue