Skip to content

Commit

Permalink
Fix overlong path name that was causing build failures for Windows on…
Browse files Browse the repository at this point in the history
… GHC 9.2 and earlier
  • Loading branch information
thomasjm committed Nov 19, 2023
1 parent 19e6f1b commit e2c8865
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages:
demos/demo-command-line-args
demos/demo-contexts
demos/demo-context-dependencies
demos/demo-context-nested-dependencies
demos/demo-context-nested
demos/demo-custom-exceptions
-- demos/demo-discover
demos/demo-golden
Expand Down
File renamed without changes.
File renamed without changes.
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.34.4.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: demo-context-nested-dependencies
name: demo-context-nested
version: 0.1.0.0
license: BSD3
license-file: LICENSE
Expand All @@ -13,7 +13,7 @@ build-type: Simple
executable demo-context-nested-dependencies
main-is: Main.hs
other-modules:
Paths_demo_context_nested_dependencies
Paths_demo_context_nested
hs-source-dirs:
app
default-extensions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: demo-context-nested-dependencies
name: demo-context-nested
version: 0.1.0.0
license: BSD3

Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
- ./demos/demo-command-line-args
- ./demos/demo-contexts
- ./demos/demo-context-dependencies
- ./demos/demo-context-nested-dependencies
- ./demos/demo-context-nested
- ./demos/demo-custom-exceptions
- ./demos/demo-discover
- ./demos/demo-golden
Expand Down

0 comments on commit e2c8865

Please sign in to comment.