Skip to content

Releases: docopt/docopt.hs

Support GHC 9.14

02 Jan 13:47
192e4aa

Choose a tag to compare

The version bounds have been loosened to support GHC 9.14, and GHC 9.14 has been added to CI.

Support GHC 9.12

06 Mar 16:17
66ba869

Choose a tag to compare

  • Add support for containers-0.8
  • The version bounds have been loosened to support GHC 9.12, and GHC 9.12 has been added to CI.

Support GHC 9.10

31 May 16:11
6c05cb2

Choose a tag to compare

The version bounds have been loosened to support GHC 9.10, and GHC 9.10 has been added to CI.

v0.7.0.8

26 Feb 09:30
47516ac

Choose a tag to compare

  • Add support for containers-0.7 #58, #60

  • Extend Template Haskell Quasi-quotation support to GHC 8.0-8.6. Template Haskell support is no longer optional. The package now supports all GHC's from 8.0 to 9.8. #56, #58

v0.7.0.7

24 Sep 04:21
bdc4c67

Choose a tag to compare

Incorporated necessary changes for ghc-8.10/ghc-9.0 compatibility

v0.7.0.6

12 Jul 04:56
ec166a3

Choose a tag to compare

Fixed issue with GHC 8.8.4 compatibility
Added upper bounds for dependencies as instructed by Hackage trustees