Skip to content

Commit

Permalink
warnings -> shared
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jan 8, 2024
1 parent fb9dc4c commit 88e60c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fnmatch.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ build-type: Simple
extra-doc-files: CHANGELOG.md


common warnings
common shared
ghc-options: -Wall
default-extensions: OverloadedStrings
default-language: GHC2021
build-depends: base >= 4.16, bytestring

library
import: warnings
import: shared
exposed-modules: FnMatch
hs-source-dirs: src

test-suite fnmatch-test
import: warnings
import: shared
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
Expand All @@ -32,7 +32,7 @@ test-suite fnmatch-test
hspec

benchmark fnmatch-bench
import: warnings
import: shared
type: exitcode-stdio-1.0
hs-source-dirs: bench
main-is: Main.hs
Expand Down

0 comments on commit 88e60c9

Please sign in to comment.