File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,5 @@ library:
1515
1616tests :
1717 spec :
18- source-dirs : test
19- main : Spec.hs
20- dependencies :
21- - strip
22- - hspec == 2.*
18+ defaults : hspec/hspec@master
19+ dependencies : strip
Original file line number Diff line number Diff line change 1- -- This file has been generated from package.yaml by hpack version 0.17.0.
1+ cabal-version : >= 1.10
2+
3+ -- This file has been generated from package.yaml by hpack version 0.29.5.
24--
35-- see: https://github.com/sol/hpack
6+ --
7+ -- hash: 0e0507078a401f6a0107021889ef4faa835ecabc74367befedd7d296baaca7eb
48
59name : strip
610version : 0.0.0
@@ -10,16 +14,17 @@ copyright: (c) 2013 Simon Hengel
1014license : MIT
1115license-file : LICENSE
1216build-type : Simple
13- cabal-version : >= 1.10
1417
1518library
1619 hs-source-dirs :
1720 src
1821 ghc-options : -Wall
1922 build-depends :
20- base == 4. *
23+ base == 4. *
2124 exposed-modules :
2225 Data.String.Strip
26+ other-modules :
27+ Paths_strip
2328 default-language : Haskell2010
2429
2530test-suite spec
@@ -29,9 +34,11 @@ test-suite spec
2934 test
3035 ghc-options : -Wall
3136 build-depends :
32- base == 4. *
37+ base == 4. *
38+ , hspec == 2. *
3339 , strip
34- , hspec == 2. *
3540 other-modules :
3641 Data.String.StripSpec
42+ Paths_strip
3743 default-language : Haskell2010
44+ build-tool-depends : hspec-discover :hspec-discover == 2. *
You can’t perform that action at this time.
0 commit comments