Skip to content

Commit

Permalink
extra-source-files
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Feb 25, 2024
1 parent becf65e commit 28053d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
basePackages = pkgs.haskellPackages;
settings = {
purescript-bridge.check = false;
purescript-bridge.extraBuildDepends = [ pkgs.spago ];
example.check = true;
# https://community.flake.parts/haskell-flake/dependency#nixpkgs
# aeson = { super, ... }:
Expand Down
8 changes: 8 additions & 0 deletions purescript-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ build-type: Simple
cabal-version: >=1.10

extra-source-files: README.md
, test/RoundTripJsonHelpers/app/*.yaml
, test/RoundTripJsonHelpers/app/*.lock
, test/RoundTripJsonHelpers/app/src/*.purs
, test/RoundTripJsonHelpers/app/src/RoundTripJsonHelpers/*.purs
, test/RoundTripArgonautAesonGeneric/app/*.yaml
, test/RoundTripArgonautAesonGeneric/app/*.lock
, test/RoundTripArgonautAesonGeneric/app/src/*.purs
, test/RoundTripArgonautAesonGeneric/app/src/RoundTripArgonautAesonGeneric/*.purs

source-repository head
type: git
Expand Down

0 comments on commit 28053d1

Please sign in to comment.