File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 11name : stack-lint-extra-deps
2-
32# Format: {EPOCH}.{MAJOR}.{MINOR}.{PATCH}
43#
54# {MAJOR}.{MINOR}.{PATCH} will be automatically set by semantic-release, the
65# manually-set {EPOCH} will be respected. If changing {EPOCH}, also change
76# tagFormat in .releaserc.yaml.
8- version : 1.0.0.0
9-
7+ version : 1.3.0.8
108extra-doc-files :
119 - README.md
1210 - CHANGELOG.md
13-
1411extra-source-files :
1512 - test/examples/lts-18.18.yaml
16-
1713default-extensions :
1814 - DeriveAnyClass
1915 - DeriveGeneric
@@ -27,7 +23,6 @@ default-extensions:
2723 - OverloadedStrings
2824 - TypeApplications
2925 - DuplicateRecordFields
30-
3126ghc-options :
3227 - -fignore-optim-changes
3328 - -fwrite-ide-info
@@ -41,10 +36,8 @@ ghc-options:
4136 - -Wno-prepositive-qualified-module
4237 - -Wno-unsafe
4338 - -optP-Wno-nonportable-include-path # workaround [Filename case on macOS · Issue #4739 · haskell/cabal](https://github.com/haskell/cabal/issues/4739)
44-
4539dependencies :
4640 - base
47-
4841library :
4942 source-dirs : src
5043 dependencies :
@@ -70,7 +63,6 @@ library:
7063 - unliftio-core
7164 - xml-conduit
7265 - yaml-marked
73-
7466executables :
7567 stack-lint-extra-deps :
7668 source-dirs : app
@@ -82,7 +74,6 @@ executables:
8274 - -threaded
8375 - -rtsopts
8476 - -with-rtsopts=-N
85-
8677tests :
8778 hspec :
8879 main : Spec.hs
You can’t perform that action at this time.
0 commit comments