hspec-setup 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~process
Dependency ranges changed: base, process
Files
- hspec-setup.cabal +3/−3
hspec-setup.cabal view
@@ -1,5 +1,5 @@ name: hspec-setup-version: 0.1.1.0+version: 0.1.1.1 synopsis: Add an hspec test-suite in one command description: @hspec-setup@ is a command-line tool for adding an hspec test-suite with minimal work. See the@@ -23,10 +23,10 @@ executable hspec-setup main-is: Main.hs- build-depends: base >=4.8 && <4.9+ build-depends: base >=4 && <5 , directory , filepath- , process >= 1.2.3.0+ , process >= 1.2 , projectroot >= 0.2 hs-source-dirs: src default-language: Haskell2010