Skip to content

Commit

Permalink
Add default-language to execs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 27, 2023
1 parent ecead9a commit c5a5d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions emhell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ executable emhell
, data-svd >= 0.1.1
, optparse-applicative
, transformers
default-language: Haskell2010

-- to ghci use cabal new-repl exe:hgdb
executable hgdb
Expand All @@ -79,6 +80,7 @@ executable hgdb
, directory
, optparse-applicative
, transformers
default-language: Haskell2010

-- to ghci use cabal new-repl exe:hocd
executable hocd
Expand All @@ -93,3 +95,4 @@ executable hocd
, data-svd
, optparse-applicative
, transformers
default-language: Haskell2010

0 comments on commit c5a5d02

Please sign in to comment.