Skip to content
Merged
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
1 change: 1 addition & 0 deletions .packcheck.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ appveyor.yml
cabal.project.ghc-head
flake.lock
flake.nix
stack.yaml
18 changes: 9 additions & 9 deletions fusion-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ author: Pranay Sashank
maintainer: streamly@composewell.com
copyright: (c) 2019 Composewell Technologies
category: Development
extra-source-files: CHANGELOG.md
NOTICE
README.md
design/README.md
design/join-constr-app.hs
design/rec-binder-example.core
design/rec-binder-example.hs
stack.yaml
extra-doc-files:
CHANGELOG.md
NOTICE
README.md
design/README.md
design/join-constr-app.hs
design/rec-binder-example.core
design/rec-binder-example.hs

source-repository head
type: git
location: https://github.com/composewell/fusion-plugin

library
exposed-modules: Fusion.Plugin
build-depends: base >= 4.0 && < 5.0
build-depends: base >= 4.0 && < 5
, containers >= 0.5.6.2 && < 0.9
, directory >= 1.2.2.0 && < 1.4
, filepath >= 1.4 && < 1.6
Expand Down
Loading