1
1
cabal-version : 2.0
2
2
3
- -- © 2019 Serokell <hi@serokell.io>
4
- -- © 2019 Lars Jellema <lars.jellema@gmail.com>
3
+ -- © 2022 Serokell <hi@serokell.io>
4
+ -- © 2022 Lars Jellema <lars.jellema@gmail.com>
5
5
--
6
6
-- SPDX-License-Identifier: MPL-2.0
7
7
8
8
name : nixfmt
9
- version : 0.4 .0
9
+ version : 0.5 .0
10
10
synopsis : An opinionated formatter for Nix
11
11
description :
12
12
A formatter for Nix that ensures consistent and clear formatting by forgetting
@@ -17,7 +17,7 @@ license: MPL-2.0
17
17
license-file : LICENSE
18
18
author : Lars Jellema
19
19
maintainer : lars.jellema@gmail.com
20
- copyright : 2019 Serokell, 2019 Lars Jellema
20
+ copyright : 2022 Serokell, 2022 Lars Jellema
21
21
category : Development
22
22
build-type : Simple
23
23
extra-source-files : README.md, CHANGELOG.md
@@ -41,7 +41,7 @@ executable nixfmt
41
41
else
42
42
buildable : True
43
43
build-depends :
44
- base >= 4.12.0 && < 4.15
44
+ base >= 4.12.0 && < 4.17
45
45
, cmdargs >= 0.10.20 && < 0.11
46
46
, nixfmt
47
47
, unix >= 2.7.2 && < 2.8
@@ -81,9 +81,9 @@ library
81
81
82
82
hs-source-dirs : src
83
83
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
87
87
, text >= 1.2.3 && < 1.3
88
88
default-language : Haskell2010
89
89
ghc-options :
@@ -107,7 +107,7 @@ executable js-interface
107
107
-Wredundant-constraints
108
108
-Wno-orphans
109
109
build-depends :
110
- base >= 4.12.0 && < 4.15
110
+ base >= 4.12.0 && < 4.17
111
111
, ghcjs-base >= 0.2.0 && < 0.3
112
112
, nixfmt
113
113
hs-source-dirs : js/
0 commit comments