|
@@ -50,8 +50,7 @@ library
|
50
|
50
|
src
|
51
|
51
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
52
|
52
|
build-depends:
|
53
|
|
- QuickCheck
|
54
|
|
- , Ranged-sets
|
|
53
|
+ Ranged-sets
|
55
|
54
|
, base >=4.7 && <5
|
56
|
55
|
, containers
|
57
|
56
|
, heredoc
|
|
@@ -59,7 +58,6 @@ library
|
59
|
58
|
, lens
|
60
|
59
|
, split
|
61
|
60
|
, text
|
62
|
|
- , these
|
63
|
61
|
default-language: Haskell2010
|
64
|
62
|
|
65
|
63
|
executable aoc2022-exe
|
|
@@ -70,8 +68,7 @@ executable aoc2022-exe
|
70
|
68
|
app
|
71
|
69
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
72
|
70
|
build-depends:
|
73
|
|
- QuickCheck
|
74
|
|
- , Ranged-sets
|
|
71
|
+ Ranged-sets
|
75
|
72
|
, aoc2022
|
76
|
73
|
, base >=4.7 && <5
|
77
|
74
|
, containers
|
|
@@ -80,7 +77,6 @@ executable aoc2022-exe
|
80
|
77
|
, lens
|
81
|
78
|
, split
|
82
|
79
|
, text
|
83
|
|
- , these
|
84
|
80
|
default-language: Haskell2010
|
85
|
81
|
|
86
|
82
|
test-suite aoc2022-test
|
|
@@ -97,8 +93,7 @@ test-suite aoc2022-test
|
97
|
93
|
test
|
98
|
94
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
99
|
95
|
build-depends:
|
100
|
|
- QuickCheck
|
101
|
|
- , Ranged-sets
|
|
96
|
+ Ranged-sets
|
102
|
97
|
, aoc2022
|
103
|
98
|
, base >=4.7 && <5
|
104
|
99
|
, containers
|
|
@@ -107,5 +102,4 @@ test-suite aoc2022-test
|
107
|
102
|
, lens
|
108
|
103
|
, split
|
109
|
104
|
, text
|
110
|
|
- , these
|
111
|
105
|
default-language: Haskell2010
|