packages feed

cabal-helper-1.1.0.0: src/CabalHelper/Runtime/Main.hs

-- cabal-helper: Simple interface to Cabal's configuration state
-- Copyright (C) 2018  Daniel Gröber <cabal-helper@dxld.at>
--
-- SPDX-License-Identifier: Apache-2.0
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
--     http://www.apache.org/licenses/LICENSE-2.0

import CabalHelper.Runtime.HelperMain (helper_main)
import System.Environment

main :: IO ()
main = getArgs >>= helper_main >>= print