a-conjecture-of-mine

An exercise on polyglossy: the same problem solved on multiple languages

Commit
3080c5e58522c7c1ee9b85214e504117007f0138
Parent
a2c22976c180c4641fc7b2182945bec3127754b9
Author
Gark Garcia <37553739+GarkGarcia@users.noreply.github.com>
Date

Removed conjecture.cabal from the repo.

Diffstat

1 file changed, 0 insertions, 29 deletions

Status File Name N° Changes Insertions Deletions
Deleted Haskell/conjecture.cabal 29 0 29
diff --git a/Haskell/conjecture.cabal b/Haskell/conjecture.cabal
@@ -1,29 +0,0 @@
-cabal-version: 1.12
-
--- This file has been generated from package.yaml by hpack version 0.31.1.
---
--- see: https://github.com/sol/hpack
---
--- hash: 68bed65e90b3cb1b3aa8bd9f8ea03c5ebb3ef6dcc8faf1dcb773b18571beb675
-
-name:           conjecture
-version:        1.0.0.0
-description:    This program is a simple test for a little conjecture of mine.
-author:         GarkGarcia
-maintainer:     thiago.brevidelli.garcia@gmail.com
-copyright:      2019 GarkGarcia
-license:        BSD3
-license-file:   LICENSE
-build-type:     Simple
-
-executable haskell
-  main-is: Main.hs
-  other-modules:
-      Paths_conjecture
-  hs-source-dirs:
-      app
-  ghc-options: -threaded -rtsopts -with-rtsopts=-N -O
-  build-depends:
-      base >=4.7 && <5
-    , clock ==0.7.2
-  default-language: Haskell2010