Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- pattern MINOR_VERSION :: Int32
- pattern MICRO_VERSION :: Int32
- pattern MAJOR_VERSION :: Int32
Documentation
pattern MINOR_VERSION :: Int32 Source #
Like getMinorVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
pattern MICRO_VERSION :: Int32 Source #
Like getMicroVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.
pattern MAJOR_VERSION :: Int32 Source #
Like getMajorVersion
, but from the headers used at
application compile time, rather than from the library linked
against at application run time.