Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dovetail: Record ImportQualifiedPost in other-extensions #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions dovetail/dovetail.cabal
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9fd50996176509cb603dec378bf3364eb1637ccbf382d164e1e386e97d2e5da8
-- hash: 493a3ebecaf0a67bdab29dff916257323ec7dfd6b8d07b61c0c382391a6078b4

name: dovetail
version: 0.1.1.0
Expand Down Expand Up @@ -41,6 +41,8 @@ library
Paths_dovetail
hs-source-dirs:
src
other-extensions:
ImportQualifiedPost
ghc-options: -Wall -fwarn-unused-imports
build-depends:
ansi-terminal
Expand All @@ -66,6 +68,8 @@ test-suite dovetail-test
Paths_dovetail
hs-source-dirs:
test
other-extensions:
ImportQualifiedPost
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fwarn-unused-imports
build-depends:
QuickCheck
Expand Down
3 changes: 3 additions & 0 deletions dovetail/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ extra-source-files: README.md
dependencies:
- base >= 4.7 && < 5

other-extensions:
- ImportQualifiedPost

library:
source-dirs: src
ghc-options:
Expand Down