diff --git a/cabal.project.freeze b/cabal.project.freeze index f7d40314f38..d2321d82aef 100644 --- a/cabal.project.freeze +++ b/cabal.project.freeze @@ -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, diff --git a/scripts/gen-cabal-nosystemd.sh b/scripts/gen-cabal-nosystemd.sh index bb8df721289..12a94abe178 100755 --- a/scripts/gen-cabal-nosystemd.sh +++ b/scripts/gen-cabal-nosystemd.sh @@ -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