@@ -6,7 +6,7 @@ cabal-version: 2.0
66-- SPDX-License-Identifier: MPL-2.0
77
88name : nixfmt
9- version : 0.5 .0
9+ version : 0.6 .0
1010synopsis : An opinionated formatter for Nix
1111description :
1212 A formatter for Nix that ensures consistent and clear formatting by forgetting
@@ -41,11 +41,11 @@ executable nixfmt
4141 else
4242 buildable : True
4343 build-depends :
44- base >= 4.12.0 && < 4.17
44+ base >= 4.12.0 && < 4.19
4545 , cmdargs >= 0.10.20 && < 0.11
4646 , nixfmt
47- , unix >= 2.7.2 && < 2.8
48- , text >= 1.2.3 && < 1.3
47+ , unix >= 2.7.2 && < 2.9
48+ , text >= 1.2.3 && < 2.2
4949
5050 -- for System.IO.Atomic
5151 , directory >= 1.3.3 && < 1.4
@@ -86,11 +86,11 @@ library
8686
8787 hs-source-dirs : src
8888 build-depends :
89- base >= 4.12.0 && < 4.17
90- , megaparsec >= 9.0.1 && < 9.3
89+ base >= 4.12.0 && < 4.19
90+ , megaparsec >= 9.0.1 && < 9.6
9191 , parser-combinators >= 1.0.3 && < 1.4
9292 , scientific >= 0.3.0 && < 0.4.0
93- , text >= 1.2.3 && < 1.3
93+ , text >= 1.2.3 && < 2.2
9494 default-language : Haskell2010
9595 ghc-options :
9696 -Wall
@@ -113,7 +113,7 @@ executable js-interface
113113 -Wredundant-constraints
114114 -Wno-orphans
115115 build-depends :
116- base >= 4.12.0 && < 4.17
116+ base >= 4.12.0 && < 4.19
117117 , ghcjs-base >= 0.2.0 && < 0.3
118118 , nixfmt
119119 hs-source-dirs : js/
0 commit comments