Skip to content

Commit 1604527

Browse files
committed
chore: remove custom extensions library
- now the build it seems the hackage library doesn't conflict anymore - removing some imports from Target/PlutusTx.hs
1 parent 013dce8 commit 1604527

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ index-state:
2222
packages:
2323
.
2424

25-
source-repository-package
26-
type: git
27-
location: https://github.com/bogdan-manole/extensions
28-
tag: 439a3333d616a67783e2e22cf364ead9b18062ac
25+
-- source-repository-package
26+
-- type: git
27+
-- location: https://github.com/bogdan-manole/extensions
28+
-- tag: 439a3333d616a67783e2e22cf364ead9b18062ac

target/Target/PlutusTx.hs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
module Target.PlutusTx where
22

3-
import Data.Foldable (forM_, for_)
4-
import System.FilePath ((</>))
5-
6-
import qualified Data.ByteString.Char8 as BS8
7-
import qualified Data.HashMap.Strict as HM
8-
import qualified Data.HashSet as HS
9-
import qualified Data.List as List
10-
import qualified Data.Text as Text
11-
123
import qualified PlutusTx as Tx
13-
import qualified PlutusTx.Maybe as Maybe
14-
import qualified PlutusTx.Prelude as Tx
154
import qualified PlutusTx.AssocMap as AssocMap
16-
import PlutusTx (UnsafeFromData(unsafeFromBuiltinData))
5+
import qualified PlutusTx.Maybe as Maybe
176

187
-- Place for future imports
19-
import PlutusLedgerApi.V1 (PubKeyHash(..),Credential(..),ScriptHash(..))
8+
import PlutusLedgerApi.V1 (Credential (..), PubKeyHash (..), ScriptHash (..))
209
{-# ANN module ("onchain-contract" :: String) #-}
2110
--
2211
--
@@ -28,6 +17,17 @@ import PlutusLedgerApi.V1 (PubKeyHash(..),Credential(..),ScriptHash(..))
2817
--
2918
--
3019
--
20+
--
21+
--
22+
--
23+
--
24+
--
25+
--
26+
--
27+
--
28+
--
29+
--
30+
--
3131

3232
assocMap :: AssocMap.Map k v
3333
assocMap = AssocMap.unsafeFromList mempty

0 commit comments

Comments
 (0)