浏览代码

Renamed cabal file to new library name

Getty Ritter 10 年之前
父节点
当前提交
f2aaf87645
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      s-cargot.cabal

+ 21 - 0
s-cargot.cabal

@@ -0,0 +1,21 @@
+name:                s-cargot
+version:             0.1.0.0
+-- synopsis:            
+-- description:         
+license:             BSD3
+license-file:        LICENSE
+author:              Getty Ritter
+maintainer:          gdritter@galois.com
+-- copyright:           
+category:            Data
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+library
+  -- exposed-modules:     
+  -- other-modules:       
+  -- other-extensions:    
+  build-depends:       base >=4.7 && <4.8
+  -- hs-source-dirs:      
+  default-language:    Haskell2012