Skip to content

Commit

Permalink
Remove explicit other-modules fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 7, 2024
1 parent 85351ce commit 41e87eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
6 changes: 6 additions & 0 deletions apply-merge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ test-suite apply-merge-tests
Test.Data.List.ApplyMerge.IntMap
Test.Data.List.ApplyMerge.IntSet
Test.Data.PQueue.Prio.Min.Mutable
Paths_apply_merge
autogen-modules:
Paths_apply_merge
hs-source-dirs:
src
test
Expand Down Expand Up @@ -91,6 +94,9 @@ benchmark apply-merge-benchmarks
Bench.Data.DoublyLinkedList.STRef
Bench.PriorityQueue.MinPQueue
Bench.PriorityQueue.MinPQueue.Mutable
Paths_apply_merge
autogen-modules:
Paths_apply_merge
hs-source-dirs:
src
bench
Expand Down
23 changes: 0 additions & 23 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,6 @@ tests:
- src
- test
main: Main.hs
other-modules:
- Data.DoublyLinkedList.STRef
- Data.List.ApplyMerge
- Data.List.ApplyMerge.DoublyLinkedList
- Data.List.ApplyMerge.IntMap
- Data.List.ApplyMerge.IntSet
- Data.PQueue.Prio.Min.Mutable
- Test.Data.DoublyLinkedList.STRef
- Test.Data.List.ApplyMerge.Common
- Test.Data.List.ApplyMerge.DoublyLinkedList
- Test.Data.List.ApplyMerge.IntMap
- Test.Data.List.ApplyMerge.IntSet
- Test.Data.PQueue.Prio.Min.Mutable
dependencies:
- containers ^>= {0.6}
- pqueue ^>= {1.4, 1.5}
Expand All @@ -88,16 +75,6 @@ benchmarks:
- src
- bench
main: Main.hs
other-modules:
- Data.DoublyLinkedList.STRef
- Data.List.ApplyMerge
- Data.List.ApplyMerge.DoublyLinkedList
- Data.List.ApplyMerge.IntMap
- Data.List.ApplyMerge.IntSet
- Data.PQueue.Prio.Min.Mutable
- Bench.Data.DoublyLinkedList.STRef
- Bench.PriorityQueue.MinPQueue
- Bench.PriorityQueue.MinPQueue.Mutable
dependencies:
- containers ^>= {0.6}
- pqueue ^>= {1.4, 1.5}
Expand Down

0 comments on commit 41e87eb

Please sign in to comment.