cabal-version: 3.0 author: Mitchell Rosen bug-reports: https://github.com/mitchellwrosen/mit/issues category: CLI copyright: Copyright (C) 2020 Mitchell Rosen description: A git wrapper with a streamlined UX. homepage: https://github.com/mitchellwrosen/mit license: MIT license-file: LICENSE maintainer: Mitchell Rosen name: mit-3qvpPyAi6mH stability: experimental synopsis: A git wrapper with a streamlined UX version: 2 executable mit build-depends: base < 5, base64, clock, directory, process, record-dot-preprocessor, record-hasfield, text, text-ansi, unix, default-extensions: BlockArguments DataKinds DerivingStrategies DuplicateRecordFields FlexibleInstances GADTs LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NumericUnderscores OverloadedStrings ScopedTypeVariables TypeApplications UndecidableInstances ViewPatterns default-language: Haskell2010 ghc-options: -Wall main-is: Main.hs