mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-23 15:22:06 +01:00
bumped Plutus version
This commit is contained in:
parent
2ec71d7ecf
commit
47e0accd17
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
|
||||
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
|
||||
|
||||
module Week01.EnglishAuction where
|
||||
|
||||
import Control.Monad hiding (fmap)
|
||||
|
|
Loading…
Reference in a new issue