Skip to content

Commit 41acd4e

Browse files
chore(release): update package.yaml and cabal files
1 parent 5ac36fb commit 41acd4e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

package.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
name: 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
108
extra-doc-files:
119
- README.md
1210
- CHANGELOG.md
13-
1411
extra-source-files:
1512
- test/examples/lts-18.18.yaml
16-
1713
default-extensions:
1814
- DeriveAnyClass
1915
- DeriveGeneric
@@ -27,7 +23,6 @@ default-extensions:
2723
- OverloadedStrings
2824
- TypeApplications
2925
- DuplicateRecordFields
30-
3126
ghc-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-
4539
dependencies:
4640
- base
47-
4841
library:
4942
source-dirs: src
5043
dependencies:
@@ -70,7 +63,6 @@ library:
7063
- unliftio-core
7164
- xml-conduit
7265
- yaml-marked
73-
7466
executables:
7567
stack-lint-extra-deps:
7668
source-dirs: app
@@ -82,7 +74,6 @@ executables:
8274
- -threaded
8375
- -rtsopts
8476
- -with-rtsopts=-N
85-
8677
tests:
8778
hspec:
8879
main: Spec.hs

0 commit comments

Comments
 (0)