packages feed

hOff-parser-0.1.0.0: hOff-parser.cabal

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

name:                hOff-parser
version:             0.1.0.0
synopsis:            The parser to parser the OFF(Object File Format, Princeton ModelNet).
description:         The parser to parset the OFF(Object File Format, Princeton ModelNet dataset) to help other program to display these data.
homepage:            https://github.com/Qinka/hOff
license:             GPL-3
license-file:        LICENSE
author:              Johann Lee
maintainer:          qinka@live.com
copyright:           Copyright (C) 2017 Johann Lee <me@qinka.pro>
category:            Text
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     HOff.Parser
                       HOff.Parser.Types
  -- other-modules:       
  other-extensions:    FlexibleContexts
  build-depends:       base >= 4 && < 5
                     , parsec
  hs-source-dirs:      src-lib
  default-language:    Haskell2010


source-repository head
  type: git
  location: https://github.com/Qinka/hOff.git
  subdir: hOff-parser
  branch: master