Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cabal/Language/Haskell/Extension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,9 @@ data KnownExtension =
-- | Enable the use of unboxed sum syntax.
| UnboxedSums

-- | Allow use of hexadecimal literal notation for floating-point values.
| HexFloatLiterals

deriving (Generic, Show, Read, Eq, Ord, Enum, Bounded, Typeable, Data)

instance Binary KnownExtension
Expand Down
1 change: 1 addition & 0 deletions Cabal/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
-*-change-log-*-

2.2.0.0 (current development version)
* Add `HexFloatLiterals` to `KnownExtension`
* Added `virtual-module` field, to allow modules that are not built
but registered (#4875).
* `copyComponent` and `installIncludeFiles` will look for include
Expand Down