mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-23 23:32:17 +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
|
prettyprinter-configurable
|
||||||
quickcheck-dynamic
|
quickcheck-dynamic
|
||||||
word-array
|
word-array
|
||||||
tag: eaf2c901d9d51a6132e3290927887e8924219599
|
tag: ea0ca4e9f9821a9dbfc5255fa0f42b6f2b3887c4
|
||||||
|
|
||||||
-- 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.
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
{-# LANGUAGE TypeFamilies #-}
|
{-# LANGUAGE TypeFamilies #-}
|
||||||
{-# LANGUAGE TypeOperators #-}
|
{-# LANGUAGE TypeOperators #-}
|
||||||
|
|
||||||
|
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
|
||||||
|
|
||||||
module Week01.EnglishAuction where
|
module Week01.EnglishAuction where
|
||||||
|
|
||||||
import Control.Monad hiding (fmap)
|
import Control.Monad hiding (fmap)
|
||||||
|
|
Loading…
Reference in a new issue