haskell / time

A time library
http://hackage.haskell.org/package/time
Other
118 stars 78 forks source link

Update autoconf to 2.71 #200

Closed bgamari closed 2 years ago

AshleyYakeley commented 2 years ago

Checking this on my local machine. (I'm using autoconf 2.69.)

Why is the diff not matching identical lines? Different line endings maybe?

AshleyYakeley commented 2 years ago

Is this change needed for GHC? If so your PR should be directed to the ghc branch rather than the master branch.

bgamari commented 2 years ago

Indeed, the file now uses UNIX line endings.

Is this change needed for GHC? If so your PR should be directed to the ghc branch rather than the master branch.

We currently get (and have been ignoring) warnings from autoconf which this addresses. Fixing this isn't urgent though.

AshleyYakeley commented 2 years ago

OK, well this builds on my local machine so merging this.

The ghc branch is at 1.12.1 but I can do a 1.12.2 release in the next few days. Basically the ghc branch is the stable release branch, while the master branch is the working branch.