@@ -79,21 +79,21 @@ library
7979 , bytestring >= 0.10.8.2 && < 0.12
8080 , containers >= 0.6.0.1 && < 0.7
8181 , template-haskell >= 2.14.0.0 && < 2.21
82- , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.1
82+ , text >= 1.2.3.0 && < 1.3 || >= 2.0 && < 2.1
8383 , time-compat >= 1.9.5 && < 1.12
8484 , transformers >= 0.5.6.2 && < 0.7
8585
8686 -- Other dependencies
8787 build-depends :
88- aeson >= 1.4.1.0 && < 1.6 || >= 2.0.0.0 && < 2.3
89- , attoparsec >= 0.13.2.2 && < 0.15
90- , case-insensitive >= 1.2.0.11 && < 1.3
91- , hashable >= 1.2.7.0 && < 1.5
92- , Only >= 0.1 && < 0.1.1
93- , postgresql-libpq >= 0.10.0.0 && < 0.11
94- , scientific >= 0.3.6.2 && < 0.4
95- , uuid-types >= 1.0.3 && < 1.1
96- , vector >= 0.12 .0.1 && < 0.14
88+ aeson >= 2.1.2.1 && < 2.3
89+ , attoparsec >= 0.14.4 && < 0.15
90+ , case-insensitive >= 1.2.1.0 && < 1.3
91+ , hashable >= 1.4.3.0 && < 1.5
92+ , Only >= 0.1 && < 0.1.1
93+ , postgresql-libpq >= 0.10.0.0 && < 0.11
94+ , scientific >= 0.3.7.0 && < 0.4
95+ , uuid-types >= 1.0.5 && < 1.1
96+ , vector >= 0.13 .0.0 && < 0.14
9797
9898 default-extensions :
9999 BangPatterns
@@ -128,10 +128,10 @@ test-suite test
128128 main-is : Main.hs
129129 other-modules :
130130 Common
131+ Interval
131132 Notify
132133 Serializable
133134 Time
134- Interval
135135
136136 ghc-options : -threaded
137137 ghc-options : -Wall -fno-warn-name-shadowing -fno-warn-unused-do-bind
0 commit comments