Skip to content

Commit

Permalink
format cuz i guess pre-commit missed this one
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 8, 2024
1 parent 1a9f3d2 commit 0de1d35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions templatespiler-converter/converter.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ common shared
ghc-options:
-Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
-Wmissing-deriving-strategies -Wunused-foralls -Wunused-foralls
-fprint-explicit-foralls -fprint-explicit-kinds
-threaded -rtsopts -with-rtsopts=-N
-fprint-explicit-foralls -fprint-explicit-kinds -threaded -rtsopts
-with-rtsopts=-N

mixins:
base hiding (Prelude),
Expand Down Expand Up @@ -70,18 +70,18 @@ test-suite test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends:
, hedgehog >=1.4
, exceptions
, hedgehog >=1.4
, mmorph
, process
, resourcet
, sydtest
, sydtest-hedgehog
, templatespiler-generator
, templatespiler-converter
, process
, templatespiler-generator
, temporary
, temporary-resourcet
, exceptions
, unliftio-core
, mmorph
, resourcet

default-extensions: TemplateHaskell
hs-source-dirs: test
2 changes: 1 addition & 1 deletion templatespiler-converter/test/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ shouldBeJust :: (Show a, HasCallStack) => Text -> Maybe a -> IO a
shouldBeJust annotation theMaybe = do
shouldSatisfyNamed theMaybe (toString ("IsJust: " <> annotation)) isJust
Just a <- pure theMaybe
pure a
pure a

0 comments on commit 0de1d35

Please sign in to comment.