/* DO NOT EDIT: This file is automatically generated by Cabal */ /* package ClashSS-0.1.0.0 */ #ifndef VERSION_ClashSS #define VERSION_ClashSS "0.1.0.0" #endif /* VERSION_ClashSS */ #ifndef MIN_VERSION_ClashSS #define MIN_VERSION_ClashSS(major1,major2,minor) (\ (major1) < 0 || \ (major1) == 0 && (major2) < 1 || \ (major1) == 0 && (major2) == 1 && (minor) <= 0) #endif /* MIN_VERSION_ClashSS */ /* package base-4.15.1.0 */ #ifndef VERSION_base #define VERSION_base "4.15.1.0" #endif /* VERSION_base */ #ifndef MIN_VERSION_base #define MIN_VERSION_base(major1,major2,minor) (\ (major1) < 4 || \ (major1) == 4 && (major2) < 15 || \ (major1) == 4 && (major2) == 15 && (minor) <= 1) #endif /* MIN_VERSION_base */ /* package data-default-0.7.1.1 */ #ifndef VERSION_data_default #define VERSION_data_default "0.7.1.1" #endif /* VERSION_data_default */ #ifndef MIN_VERSION_data_default #define MIN_VERSION_data_default(major1,major2,minor) (\ (major1) < 0 || \ (major1) == 0 && (major2) < 7 || \ (major1) == 0 && (major2) == 7 && (minor) <= 1) #endif /* MIN_VERSION_data_default */ /* package lens-5.2.3 */ #ifndef VERSION_lens #define VERSION_lens "5.2.3" #endif /* VERSION_lens */ #ifndef MIN_VERSION_lens #define MIN_VERSION_lens(major1,major2,minor) (\ (major1) < 5 || \ (major1) == 5 && (major2) < 2 || \ (major1) == 5 && (major2) == 2 && (minor) <= 3) #endif /* MIN_VERSION_lens */ /* package template-haskell-2.17.0.0 */ #ifndef VERSION_template_haskell #define VERSION_template_haskell "2.17.0.0" #endif /* VERSION_template_haskell */ #ifndef MIN_VERSION_template_haskell #define MIN_VERSION_template_haskell(major1,major2,minor) (\ (major1) < 2 || \ (major1) == 2 && (major2) < 17 || \ (major1) == 2 && (major2) == 17 && (minor) <= 0) #endif /* MIN_VERSION_template_haskell */ /* package text-1.2.5.0 */ #ifndef VERSION_text #define VERSION_text "1.2.5.0" #endif /* VERSION_text */ #ifndef MIN_VERSION_text #define MIN_VERSION_text(major1,major2,minor) (\ (major1) < 1 || \ (major1) == 1 && (major2) < 2 || \ (major1) == 1 && (major2) == 2 && (minor) <= 5) #endif /* MIN_VERSION_text */ /* tool gcc-11.3.0 */ #ifndef TOOL_VERSION_gcc #define TOOL_VERSION_gcc "11.3.0" #endif /* TOOL_VERSION_gcc */ #ifndef MIN_TOOL_VERSION_gcc #define MIN_TOOL_VERSION_gcc(major1,major2,minor) (\ (major1) < 11 || \ (major1) == 11 && (major2) < 3 || \ (major1) == 11 && (major2) == 3 && (minor) <= 0) #endif /* MIN_TOOL_VERSION_gcc */ /* tool ghc-9.0.2 */ #ifndef TOOL_VERSION_ghc #define TOOL_VERSION_ghc "9.0.2" #endif /* TOOL_VERSION_ghc */ #ifndef MIN_TOOL_VERSION_ghc #define MIN_TOOL_VERSION_ghc(major1,major2,minor) (\ (major1) < 9 || \ (major1) == 9 && (major2) < 0 || \ (major1) == 9 && (major2) == 0 && (minor) <= 2) #endif /* MIN_TOOL_VERSION_ghc */ /* tool ghc-pkg-9.0.2 */ #ifndef TOOL_VERSION_ghc_pkg #define TOOL_VERSION_ghc_pkg "9.0.2" #endif /* TOOL_VERSION_ghc_pkg */ #ifndef MIN_TOOL_VERSION_ghc_pkg #define MIN_TOOL_VERSION_ghc_pkg(major1,major2,minor) (\ (major1) < 9 || \ (major1) == 9 && (major2) < 0 || \ (major1) == 9 && (major2) == 0 && (minor) <= 2) #endif /* MIN_TOOL_VERSION_ghc_pkg */ /* tool haddock-2.25.1 */ #ifndef TOOL_VERSION_haddock #define TOOL_VERSION_haddock "2.25.1" #endif /* TOOL_VERSION_haddock */ #ifndef MIN_TOOL_VERSION_haddock #define MIN_TOOL_VERSION_haddock(major1,major2,minor) (\ (major1) < 2 || \ (major1) == 2 && (major2) < 25 || \ (major1) == 2 && (major2) == 25 && (minor) <= 1) #endif /* MIN_TOOL_VERSION_haddock */ /* tool hpc-0.68 */ #ifndef TOOL_VERSION_hpc #define TOOL_VERSION_hpc "0.68" #endif /* TOOL_VERSION_hpc */ #ifndef MIN_TOOL_VERSION_hpc #define MIN_TOOL_VERSION_hpc(major1,major2,minor) (\ (major1) < 0 || \ (major1) == 0 && (major2) < 68 || \ (major1) == 0 && (major2) == 68 && (minor) <= 0) #endif /* MIN_TOOL_VERSION_hpc */ /* tool hsc2hs-0.68.7 */ #ifndef TOOL_VERSION_hsc2hs #define TOOL_VERSION_hsc2hs "0.68.7" #endif /* TOOL_VERSION_hsc2hs */ #ifndef MIN_TOOL_VERSION_hsc2hs #define MIN_TOOL_VERSION_hsc2hs(major1,major2,minor) (\ (major1) < 0 || \ (major1) == 0 && (major2) < 68 || \ (major1) == 0 && (major2) == 68 && (minor) <= 7) #endif /* MIN_TOOL_VERSION_hsc2hs */ /* tool runghc-9.0.2 */ #ifndef TOOL_VERSION_runghc #define TOOL_VERSION_runghc "9.0.2" #endif /* TOOL_VERSION_runghc */ #ifndef MIN_TOOL_VERSION_runghc #define MIN_TOOL_VERSION_runghc(major1,major2,minor) (\ (major1) < 9 || \ (major1) == 9 && (major2) < 0 || \ (major1) == 9 && (major2) == 0 && (minor) <= 2) #endif /* MIN_TOOL_VERSION_runghc */ /* tool strip-2.39 */ #ifndef TOOL_VERSION_strip #define TOOL_VERSION_strip "2.39" #endif /* TOOL_VERSION_strip */ #ifndef MIN_TOOL_VERSION_strip #define MIN_TOOL_VERSION_strip(major1,major2,minor) (\ (major1) < 2 || \ (major1) == 2 && (major2) < 39 || \ (major1) == 2 && (major2) == 39 && (minor) <= 0) #endif /* MIN_TOOL_VERSION_strip */ #ifndef CURRENT_PACKAGE_KEY #define CURRENT_PACKAGE_KEY "ClashSS-0.1.0.0-inplace" #endif /* CURRENT_packageKey */ #ifndef CURRENT_COMPONENT_ID #define CURRENT_COMPONENT_ID "ClashSS-0.1.0.0-inplace" #endif /* CURRENT_COMPONENT_ID */ #ifndef CURRENT_PACKAGE_VERSION #define CURRENT_PACKAGE_VERSION "0.1.0.0" #endif /* CURRENT_PACKAGE_VERSION */