Some checks are pending
CI tests / linux (map[cabal:3.2 cabalopts: ghc:8.10.7 testopts:--test-option=--hide-successes --test-option=--ansi-tricks=false]) (push) Waiting to run
CI tests / linux (map[cabal:3.2 cabalopts: ghc:8.8.4 testopts:--test-option=--hide-successes --test-option=--ansi-tricks=false]) (push) Waiting to run
CI tests / linux (map[cabal:3.2 cabalopts:-f-embed_data_files ghc:8.6.5 testopts:--test-option=--hide-successes --test-option=--ansi-tricks=false]) (push) Waiting to run
CI tests / linux (map[cabal:3.4 cabalopts: ghc:9.0.2 testopts:--test-option=--hide-successes --test-option=--ansi-tricks=false]) (push) Waiting to run
CI tests / linux (map[cabal:3.6 cabalopts: ghc:9.2.3 testopts:--test-option=--hide-successes --test-option=--ansi-tricks=false]) (push) Waiting to run
CI tests / windows (push) Waiting to run
CI tests / macos (map[cabal:3.2 ghc:8.8.4]) (push) Waiting to run
CI tests / benchmark (map[cabal:3.2 ghc:8.10.7]) (push) Waiting to run
CI tests / benchmark (map[cabal:3.6 ghc:9.2.2]) (push) Waiting to run
commit-validation / check-commit-msg-length (push) Waiting to run
15 lines
279 B
Haskell
15 lines
279 B
Haskell
module Paths_pandoc
|
|
( getDataDir
|
|
, getDataFileName
|
|
, version ) where
|
|
|
|
import Data.Version (Version(..))
|
|
|
|
getDataDir :: IO FilePath
|
|
getDataDir = undefined
|
|
|
|
getDataFileName :: String -> IO FilePath
|
|
getDataFileName = undefined
|
|
|
|
version :: Version
|
|
version = Version [2, 19, 2] []
|