File tree Expand file tree Collapse file tree 2 files changed +13
-34
lines changed Expand file tree Collapse file tree 2 files changed +13
-34
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 1.12
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 754b704711197304d9dc42fd95daa8ff18d78f8327f4dffac02d893d13ac7ac6
7+ -- hash: 6ab2b296761109d7cc7b2a86dd4ca15b111214086ceff217b38b72b7de9e5629
88
99name : lens-regex-pcre
1010version : 1.1.1.0
@@ -69,24 +69,3 @@ test-suite lens-regex-pcre-test
6969 , template-haskell
7070 , text
7171 default-language : Haskell2010
72-
73- benchmark lens-regex-pcre-bench
74- type : exitcode-stdio-1.0
75- main-is : Bench.hs
76- other-modules :
77- Paths_lens_regex_pcre
78- hs-source-dirs :
79- bench
80- ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
81- build-depends :
82- base >= 4.7 && < 5
83- , bytestring
84- , containers
85- , gauge
86- , lens
87- , lens-regex-pcre
88- , pcre-heavy
89- , pcre-light >= 0.4.1.0
90- , template-haskell
91- , text
92- default-language : Haskell2010
Original file line number Diff line number Diff line change 11name : lens-regex-pcre
2- version : 1.1.1 .0
2+ version : 1.1.2 .0
33github : " ChrisPenner/lens-regex-pcre"
44license : BSD3
55author : " Chris Penner"
@@ -46,14 +46,14 @@ tests:
4646 - lens-regex-pcre
4747 - hspec
4848
49- benchmarks :
50- lens-regex-pcre-bench :
51- main : Bench.hs
52- source-dirs : bench
53- ghc-options :
54- - -threaded
55- - -rtsopts
56- - -with-rtsopts=-N
57- dependencies :
58- - lens-regex-pcre
59- - gauge
49+ # benchmarks:
50+ # lens-regex-pcre-bench:
51+ # main: Bench.hs
52+ # source-dirs: bench
53+ # ghc-options:
54+ # - -threaded
55+ # - -rtsopts
56+ # - -with-rtsopts=-N
57+ # dependencies:
58+ # - lens-regex-pcre
59+ # - gauge
You can’t perform that action at this time.
0 commit comments