stack new + git init
This commit is contained in:
commit
e494aaff06
10 changed files with 850 additions and 0 deletions
71
ubcc.cabal
Normal file
71
ubcc.cabal
Normal file
|
@ -0,0 +1,71 @@
|
|||
cabal-version: 2.2
|
||||
|
||||
-- This file has been generated from package.yaml by hpack version 0.37.0.
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: ubcc
|
||||
version: 0.1.0.0
|
||||
description: Please see the README on GitHub at <https://github.com/githubuser/ubcc#readme>
|
||||
homepage: https://github.com/githubuser/ubcc#readme
|
||||
bug-reports: https://github.com/githubuser/ubcc/issues
|
||||
author: VegOwOtenks
|
||||
maintainer: vegowotenks@jossco.de
|
||||
copyright: AGPL3
|
||||
license: BSD-3-Clause
|
||||
license-file: LICENSE
|
||||
build-type: Simple
|
||||
extra-source-files:
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/githubuser/ubcc
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
Data.String.Ubc.Parse
|
||||
Data.String.Ubc.Parse.Language
|
||||
other-modules:
|
||||
Paths_ubcc
|
||||
autogen-modules:
|
||||
Paths_ubcc
|
||||
hs-source-dirs:
|
||||
src
|
||||
ghc-options: -Wall -Wextra -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, parsec
|
||||
default-language: Haskell2010
|
||||
|
||||
executable ubcc-exe
|
||||
main-is: Main.hs
|
||||
other-modules:
|
||||
Paths_ubcc
|
||||
autogen-modules:
|
||||
Paths_ubcc
|
||||
hs-source-dirs:
|
||||
app
|
||||
ghc-options: -Wall -Wextra -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, parsec
|
||||
, ubcc
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite ubcc-test
|
||||
type: exitcode-stdio-1.0
|
||||
main-is: Spec.hs
|
||||
other-modules:
|
||||
Paths_ubcc
|
||||
autogen-modules:
|
||||
Paths_ubcc
|
||||
hs-source-dirs:
|
||||
test
|
||||
ghc-options: -Wall -Wextra -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
||||
build-depends:
|
||||
base >=4.7 && <5
|
||||
, parsec
|
||||
, ubcc
|
||||
default-language: Haskell2010
|
Loading…
Add table
Add a link
Reference in a new issue