Browse Source

Only scaffolding; time will tell if this repo ever has more

Getty Ritter 8 years ago
commit
dd45ceceb3

+ 4 - 0
cabal.project

@@ -0,0 +1,4 @@
+projects: ptolemy-core/ptolemy-core.cabal,
+          ptolemy-reader-markdown/ptolemy-reader-markdown.cabal,
+          ptolemy-writer-html/ptolemy-writer-html.cabal,
+          ptolemy/ptolemy.cabal

+ 20 - 0
ptolemy-core/ptolemy-core.cabal

@@ -0,0 +1,20 @@
+name:             ptolemy-core
+version:          0.1.0.0
+-- synopsis:
+-- description
+license:          BSD3
+license-file:     LICENSE
+author:           Getty Ritter
+maintainer:       gettyritter@gmail.com
+copyright:        ©2016 Getty Ritter
+category: Text
+build-type:       Simple
+cabal-version:    >=1.0
+
+library
+--  exposed-modules:
+  ghc-options:         -Wall
+  build-depends:       base >=4.7 && <4.9
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings,
+                       ScopedTypeVariables

+ 20 - 0
ptolemy-reader-markdown/ptolemy-reader-markdown.cabal

@@ -0,0 +1,20 @@
+name:             ptolemy-reader-markdown
+version:          0.1.0.0
+-- synopsis:
+-- description
+license:          BSD3
+license-file:     LICENSE
+author:           Getty Ritter
+maintainer:       gettyritter@gmail.com
+copyright:        ©2016 Getty Ritter
+category: Text
+build-type:       Simple
+cabal-version:    >=1.0
+
+library
+--  exposed-modules:
+  ghc-options:         -Wall
+  build-depends:       base >=4.7 && <4.9
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings,
+                       ScopedTypeVariables

+ 20 - 0
ptolemy-writer-html/ptolemy-writer-html.cabal

@@ -0,0 +1,20 @@
+name:             ptolemy-writer-html
+version:          0.1.0.0
+-- synopsis:
+-- description
+license:          BSD3
+license-file:     LICENSE
+author:           Getty Ritter
+maintainer:       gettyritter@gmail.com
+copyright:        ©2016 Getty Ritter
+category: Text
+build-type:       Simple
+cabal-version:    >=1.0
+
+library
+--  exposed-modules:
+  ghc-options:         -Wall
+  build-depends:       base >=4.7 && <4.9
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings,
+                       ScopedTypeVariables

+ 20 - 0
ptolemy/ptolemy.cabal

@@ -0,0 +1,20 @@
+name:             ptolemy
+version:          0.1.0.0
+-- synopsis:
+-- description
+license:          BSD3
+license-file:     LICENSE
+author:           Getty Ritter
+maintainer:       gettyritter@gmail.com
+copyright:        ©2016 Getty Ritter
+category: Text
+build-type:       Simple
+cabal-version:    >=1.0
+
+library
+--  exposed-modules:
+  ghc-options:         -Wall
+  build-depends:       base >=4.7 && <4.9
+  default-language:    Haskell2010
+  default-extensions:  OverloadedStrings,
+                       ScopedTypeVariables