mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-29 08:51:48 +03:00
5 lines
114 B
Haskell
5 lines
114 B
Haskell
import Test.DocTest
|
|
|
|
main :: IO ()
|
|
main = doctest ["-isrc", "-XOverloadedStrings", "src/Version.hs", "src/GH.hs"]
|