Skip to content

Commit

Permalink
Added next-error guesser-exe
Browse files Browse the repository at this point in the history
  • Loading branch information
bezirg committed Oct 19, 2020
1 parent 92853a3 commit f6dc4c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions plutus-errors/plutus-errors.cabal
Expand Up @@ -36,9 +36,19 @@ library
plutus-core -any,
plutus-tx -any,
plutus-tx-plugin -any
default-language: Haskell2010

executable next-error
main-is: Main.hs
other-modules:
hs-source-dirs:
app
build-depends:
base >=4.7 && <5
, plutus-errors
default-language: Haskell2010


test-suite plutus-errors-test
type: exitcode-stdio-1.0
main-is: Spec.hs
Expand Down
4 changes: 2 additions & 2 deletions plutus-errors/src/Docs.hs
@@ -1,8 +1,8 @@
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE PolyKinds #-}
{-# OPTIONS_HADDOCK ignore_exports #-}
module Docs where
{-# OPTIONS_HADDOCK ignore-exports #-}
module Docs () where

import TH.Docs
import Errors
Expand Down

0 comments on commit f6dc4c9

Please sign in to comment.