Only scaffolding; time will tell if this repo ever has more
Getty Ritter
8 years ago
| 1 |
projects: ptolemy-core/ptolemy-core.cabal,
|
| 2 |
ptolemy-reader-markdown/ptolemy-reader-markdown.cabal,
|
| 3 |
ptolemy-writer-html/ptolemy-writer-html.cabal,
|
| 4 |
ptolemy/ptolemy.cabal
|
| 1 |
name: ptolemy
|
| 2 |
version: 0.1.0.0
|
| 3 |
-- synopsis:
|
| 4 |
-- description
|
| 5 |
license: BSD3
|
| 6 |
license-file: LICENSE
|
| 7 |
author: Getty Ritter
|
| 8 |
maintainer: gettyritter@gmail.com
|
| 9 |
copyright: ©2016 Getty Ritter
|
| 10 |
category: Text
|
| 11 |
build-type: Simple
|
| 12 |
cabal-version: >=1.0
|
| 13 |
|
| 14 |
library
|
| 15 |
-- exposed-modules:
|
| 16 |
ghc-options: -Wall
|
| 17 |
build-depends: base >=4.7 && <4.9
|
| 18 |
default-language: Haskell2010
|
| 19 |
default-extensions: OverloadedStrings,
|
| 20 |
ScopedTypeVariables
|
| 1 |
name: ptolemy-core
|
| 2 |
version: 0.1.0.0
|
| 3 |
-- synopsis:
|
| 4 |
-- description
|
| 5 |
license: BSD3
|
| 6 |
license-file: LICENSE
|
| 7 |
author: Getty Ritter
|
| 8 |
maintainer: gettyritter@gmail.com
|
| 9 |
copyright: ©2016 Getty Ritter
|
| 10 |
category: Text
|
| 11 |
build-type: Simple
|
| 12 |
cabal-version: >=1.0
|
| 13 |
|
| 14 |
library
|
| 15 |
-- exposed-modules:
|
| 16 |
ghc-options: -Wall
|
| 17 |
build-depends: base >=4.7 && <4.9
|
| 18 |
default-language: Haskell2010
|
| 19 |
default-extensions: OverloadedStrings,
|
| 20 |
ScopedTypeVariables
|
| 1 |
name: ptolemy-reader-markdown
|
| 2 |
version: 0.1.0.0
|
| 3 |
-- synopsis:
|
| 4 |
-- description
|
| 5 |
license: BSD3
|
| 6 |
license-file: LICENSE
|
| 7 |
author: Getty Ritter
|
| 8 |
maintainer: gettyritter@gmail.com
|
| 9 |
copyright: ©2016 Getty Ritter
|
| 10 |
category: Text
|
| 11 |
build-type: Simple
|
| 12 |
cabal-version: >=1.0
|
| 13 |
|
| 14 |
library
|
| 15 |
-- exposed-modules:
|
| 16 |
ghc-options: -Wall
|
| 17 |
build-depends: base >=4.7 && <4.9
|
| 18 |
default-language: Haskell2010
|
| 19 |
default-extensions: OverloadedStrings,
|
| 20 |
ScopedTypeVariables
|
| 1 |
name: ptolemy-writer-html
|
| 2 |
version: 0.1.0.0
|
| 3 |
-- synopsis:
|
| 4 |
-- description
|
| 5 |
license: BSD3
|
| 6 |
license-file: LICENSE
|
| 7 |
author: Getty Ritter
|
| 8 |
maintainer: gettyritter@gmail.com
|
| 9 |
copyright: ©2016 Getty Ritter
|
| 10 |
category: Text
|
| 11 |
build-type: Simple
|
| 12 |
cabal-version: >=1.0
|
| 13 |
|
| 14 |
library
|
| 15 |
-- exposed-modules:
|
| 16 |
ghc-options: -Wall
|
| 17 |
build-depends: base >=4.7 && <4.9
|
| 18 |
default-language: Haskell2010
|
| 19 |
default-extensions: OverloadedStrings,
|
| 20 |
ScopedTypeVariables
|