Skip to content

Releases: haskell/filepath

1.5.5.0

Choose a tag to compare

@hasufell hasufell released this 20 Jan 08:14
v1.5.5.0
baac7d7
Release 1.5.5.0

* support MicroHS wrt https://github.com/haskell/filepath/pull/257
* Switch from template-haskell to template-haskell-quasiquoter and -lift wrt https://github.com/haskell/filepath/pull/258

1.4.300.2

Choose a tag to compare

@hasufell hasufell released this 27 Apr 08:33
v1.4.300.2
9b7803e
v1.4.300.2

1.4.300.2

1.4.300.1

Choose a tag to compare

@hasufell hasufell released this 14 Apr 09:11
v1.4.300.1
c8be0a5
v1.4.300.1

Release 1.4.300.1

1.5.2.0

Choose a tag to compare

@hasufell hasufell released this 27 Jan 10:43
v1.5.2.0
4dd36ad

1.5.2.0 Jan 2024

  • Fix a bug in splitFileName
  • make osp :: QuasiQuoter valid as a pattern wrt #210
  • Add unsafeEncodeUtf from os-string

v1.4.200.1: Release 1.4.200.1

Choose a tag to compare

@hasufell hasufell released this 03 Dec 14:05
v1.4.200.1
cdb5171
  • Improve deprecation warnings wrt #209

v1.5.0.0

Choose a tag to compare

@hasufell hasufell released this 25 Nov 08:32
v1.5.0.0
b55465e

1.5.0.0 Nov 2023

  • remove OsString modules

v1.4.200.0

Choose a tag to compare

@hasufell hasufell released this 25 Nov 08:31
v1.4.200.0
18c4e3a

1.4.200.0 Nov 2023

  • deprecate OsString modules

v1.4.100.3

Choose a tag to compare

@hasufell hasufell released this 26 Feb 11:42
  • Fix a regression in splitFileName wrt #189

v1.4.100.2

Choose a tag to compare

@hasufell hasufell released this 26 Feb 11:43
  • Speed up splitFileName, splitExtension, readDriveLetter and various other helpers (up to 20x faster) by @Bodigrim

v1.4.100.1: Release 1.4.100.1

Choose a tag to compare

@hasufell hasufell released this 26 Feb 11:43
  • Fix regression in System.FilePath.Windows.normalise wrt #187
  • Fix tests on GHC 9.4.4
  • Avoid head and tail