bumped Plutus version

This commit is contained in:
Lars Brünjes 2021-06-28 11:24:52 +02:00
parent 2ec71d7ecf
commit 47e0accd17
No known key found for this signature in database
GPG key ID: B488B9045DC1A087
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@ source-repository-package
prettyprinter-configurable
quickcheck-dynamic
word-array
tag: eaf2c901d9d51a6132e3290927887e8924219599
tag: ea0ca4e9f9821a9dbfc5255fa0f42b6f2b3887c4
-- The following sections are copied from the 'plutus' repository cabal.project at the revision
-- given above.

View file

@ -15,6 +15,8 @@
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Week01.EnglishAuction where
import Control.Monad hiding (fmap)