Skip to content

aherrmann/bazel-nix-hspec-discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bazel-nix-hspec-discover

The goal is to have both the following commands working with the same Spec.hs

bazel test :test

which currently works with

{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -F -pgmF HSPEC_DISCOVER #-}

and

bazel run :repl

which currently works with

{-# OPTIONS_GHC -F -pgmF hspec-discover #-}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published