11cabal-version : 2.0
22
3- -- © 2019 Serokell <[email protected] > 4- -- © 2019 Lars Jellema <[email protected] > 3+ -- © 2022 Serokell <[email protected] > 4+ -- © 2022 Lars Jellema <[email protected] > 55--
66-- SPDX-License-Identifier: MPL-2.0
77
88name : nixfmt
9- version : 0.4 .0
9+ version : 0.5 .0
1010synopsis : An opinionated formatter for Nix
1111description :
1212 A formatter for Nix that ensures consistent and clear formatting by forgetting
@@ -17,7 +17,7 @@ license: MPL-2.0
1717license-file : LICENSE
1818author : Lars Jellema
191920- copyright : 2019 Serokell, 2019 Lars Jellema
20+ copyright : 2022 Serokell, 2022 Lars Jellema
2121category : Development
2222build-type : Simple
2323extra-source-files : README.md, CHANGELOG.md
@@ -41,7 +41,7 @@ executable nixfmt
4141 else
4242 buildable : True
4343 build-depends :
44- base >= 4.12.0 && < 4.15
44+ base >= 4.12.0 && < 4.17
4545 , cmdargs >= 0.10.20 && < 0.11
4646 , nixfmt
4747 , unix >= 2.7.2 && < 2.8
@@ -81,9 +81,9 @@ library
8181
8282 hs-source-dirs : src
8383 build-depends :
84- base >= 4.12.0 && < 4.15
85- , megaparsec >= 9.0.1 && < 9.1
86- , parser-combinators >= 1.0.3 && < 1.3
84+ base >= 4.12.0 && < 4.17
85+ , megaparsec >= 9.0.1 && < 9.3
86+ , parser-combinators >= 1.0.3 && < 1.4
8787 , text >= 1.2.3 && < 1.3
8888 default-language : Haskell2010
8989 ghc-options :
@@ -107,7 +107,7 @@ executable js-interface
107107 -Wredundant-constraints
108108 -Wno-orphans
109109 build-depends :
110- base >= 4.12.0 && < 4.15
110+ base >= 4.12.0 && < 4.17
111111 , ghcjs-base >= 0.2.0 && < 0.3
112112 , nixfmt
113113 hs-source-dirs : js/
0 commit comments