Parcourir la source

...also I always forget to rename things properly

Getty Ritter il y a 10 ans
Parent
commit
d1f5a0ad0b
1 fichiers modifiés avec 0 ajouts et 18 suppressions
  1. 0 18
      s-expression.cabal

+ 0 - 18
s-expression.cabal

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