diff --git a/learning.cabal b/haskell-shit.cabal similarity index 86% rename from learning.cabal rename to haskell-shit.cabal index 07f0c30..0916943 100644 --- a/learning.cabal +++ b/haskell-shit.cabal @@ -4,9 +4,9 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: df1cdbe6df1968cdbe0f2eeb90aaa5626aa9ec8155e1f26dabb0f1284d60f823 +-- hash: c994a264f49f6ed01329576726ef68e35b8f62531817508fa4b005c123468452 -name: learning +name: haskell-shit version: 0.1.0.0 description: Please see the README on GitHub at homepage: https://github.com/Github username here/learning#readme @@ -29,7 +29,7 @@ library exposed-modules: Lib other-modules: - Paths_learning + Paths_haskell_shit hs-source-dirs: src build-depends: @@ -39,24 +39,24 @@ library executable learning-exe main-is: Main.hs other-modules: - Paths_learning + Paths_haskell_shit hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 - , learning + , haskell-shit default-language: Haskell2010 test-suite learning-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: - Paths_learning + Paths_haskell_shit hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 - , learning + , haskell-shit default-language: Haskell2010 diff --git a/learning.iml b/haskell-shit.iml similarity index 100% rename from learning.iml rename to haskell-shit.iml diff --git a/package.yaml b/package.yaml index a9f7f79..25ca085 100644 --- a/package.yaml +++ b/package.yaml @@ -1,4 +1,4 @@ -name: learning +name: haskell-shit version: 0.1.0.0 github: "Github username here/learning" license: BSD3 @@ -34,7 +34,7 @@ executables: - -rtsopts - -with-rtsopts=-N dependencies: - - learning + - haskell-shit tests: learning-test: @@ -45,4 +45,4 @@ tests: - -rtsopts - -with-rtsopts=-N dependencies: - - learning + - haskell-shit diff --git a/test/Spec.hs b/test/Spec.hs new file mode 100644 index 0000000..fe9ca40 --- /dev/null +++ b/test/Spec.hs @@ -0,0 +1,2 @@ +module Spec where () +