bumped Plutus dependency

This commit is contained in:
Lars Brünjes 2021-05-07 17:05:35 +02:00
parent 2001e7c3f2
commit 18b7aaacb8
No known key found for this signature in database
GPG key ID: B488B9045DC1A087
3 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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