Skip to content

Commit 0b43dba

Browse files
Define package components in alphabetical order.
1 parent 6994c0a commit 0b43dba

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

monoidmap.cabal

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,25 @@ library
9090
build-depends:
9191
, monoidmap-internal
9292

93+
benchmark monoidmap-benchmark
94+
import:
95+
, dependency-base
96+
, dependency-containers
97+
, dependency-deepseq
98+
, dependency-tasty-bench
99+
, dependency-tasty-hunit
100+
default-language:
101+
Haskell2010
102+
type:
103+
exitcode-stdio-1.0
104+
hs-source-dirs:
105+
components/monoidmap-benchmark
106+
main-is:
107+
Main.hs
108+
build-depends:
109+
, monoidmap
110+
, monoidmap-examples
111+
93112
library monoidmap-examples
94113
import:
95114
, dependency-base
@@ -189,22 +208,3 @@ test-suite monoidmap-test
189208
build-depends:
190209
, monoidmap
191210
, monoidmap-examples
192-
193-
benchmark monoidmap-benchmark
194-
import:
195-
, dependency-base
196-
, dependency-containers
197-
, dependency-deepseq
198-
, dependency-tasty-bench
199-
, dependency-tasty-hunit
200-
default-language:
201-
Haskell2010
202-
type:
203-
exitcode-stdio-1.0
204-
hs-source-dirs:
205-
components/monoidmap-benchmark
206-
main-is:
207-
Main.hs
208-
build-depends:
209-
, monoidmap
210-
, monoidmap-examples

0 commit comments

Comments
 (0)