Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Ospald committed Sep 25, 2020
1 parent 5918d83 commit 88df4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ constraints: any.ALUT ==2.4.0.3,
any.thyme ==0.3.5.5,
any.tile ==0.3.0.0,
any.time ==1.8.0.2,
any.time-compat ==1.9.2.2,
any.time-compat ==1.9.3,
any.time-lens ==0.4.0.2,
time-locale-compat -old-locale,
any.time-locale-compat ==0.1.1.5,
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen-cabal-nosystemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ root="$(dirname "$(dirname "$(realpath "$0")")")"

cd "${root}"

perl -00 -ne 'print if not /.*scribe-systemd.*/' cabal.project > cabal.nosystemd.project
perl -pe 's/\r\n/\n/' cabal.project | perl -00 -n -e "print if not /.*scribe-systemd.*/" > cabal.nosystemd.project
echo "" >> cabal.nosystemd.project
echo "flags: -systemd" >> cabal.nosystemd.project

Expand Down

0 comments on commit 88df4b6

Please sign in to comment.