packages feed

GGg-0.1.0.2: GGg.cabal

-- Initial GGg.cabal generated by cabal init.  For further documentation, 
-- see http://haskell.org/cabal/users-guide/

name:                GGg
version:             0.1.0.2
synopsis:            GGg cipher
-- description:         
homepage:            https://github.com/xnil/GGg
license:             MIT
license-file:        LICENSE
author:              Carter Hinsley
maintainer:          carterhinsley@gmail.com
-- copyright:           
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

executable GGg
  main-is:             Main.hs
  other-modules:
      CLI,
      Conversions
  -- other-extensions:    
  build-depends:
      base >=4.7 && <4.8,
      bimap == 0.2.4
  hs-source-dirs:      src
  default-language:    Haskell2010