current state

This commit is contained in:
Nicole Dresselhaus 2022-07-18 18:33:18 +02:00
parent 80b5f09d95
commit e1e2ac8221
Signed by: Drezil
GPG Key ID: AC88BB432537313A
4 changed files with 276 additions and 13 deletions

142
dependency-licenses.md Normal file
View File

@ -0,0 +1,142 @@
# Licensed under AllRightsReserved:
- dear-implot
# Licensed under Apache-2.0:
- numericpeano
- type-iso
# Licensed under BSD-2:
- text
# Licensed under BSD2:
- happy
- indexed-traversable
- invariant
- lens
- megaparsec
- semigroupoids
# Licensed under BSD-3:
- array
- base
- binary
- bytestring
- Cabal
- containers
- deepseq
- directory
- filepath
- ghc-boot-th
- ghc-prim
- integer-gmp
- mtl
- parsec
- pretty
- process
- rts
- stm
- template-haskell
- time
- transformers
- unix
# Licensed under BSD3:
- adjunctions
- aeson
- ansi-terminal
- ansi-wl-pprint
- assoc
- async
- attoparsec
- bifunctors
- binary-orphans
- bytes
- cabal-doctest
- case-insensitive
- cereal
- charset
- comonad
- contravariant
- data-default
- data-default-class
- data-default-instances-containers
- data-default-instances-dlist
- data-default-instances-old-locale
- data-fix
- dear-imgui
- distributive
- dlist
- exceptions
- fingertree
- fixed
- free
- githash
- gl
- half
- hashable
- haskell-lexer
- ibhelper
- kan-extensions
- linear
- managed
- microlens
- microlens-mtl
- microlens-th
- nats
- network
- old-locale
- optparse-applicative
- optparse-simple
- parallel
- parser-combinators
- parsers
- primitive
- profunctors
- random
- reflection
- scientific
- sdl2
- semigroups
- splitmix
- StateVar
- strict
- tagged
- th-compat
- these
- th-lift
- time-compat
- transformers-base
- transformers-compat
- unordered-containers
- uuid-types
- vector
- void
# Licensed under ISC:
- th-abstraction
# Licensed under MIT:
- base-compat
- base-compat-batteries
- base-orphans
- call-stack
- colour
- inline-c
- inline-c-cpp
- integer-logarithms
- pretty-show
- rio
- safe-exceptions
- typed-process
- unliftio
- unliftio-core
- vector-builder

2
deps/dear-implot.hs vendored

@ -1 +1 @@
Subproject commit 9a62697e8d50aae80536b6c4dbe6cef67062a71d Subproject commit c06c3d266587545240b4fde6e33bcc67d16a871a

View File

@ -1,29 +1,29 @@
-- This file has been generated from package.yaml by hpack version 0.27.0. cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: db89b15a8762e7924ae32ea1dcce94b46e75d067b37cc058d3be20c1e0b98964 -- hash: 29430caeb23dbcda76bfca110be97a03298091ea80fcdc7b3343208de6e8a085
cabal-version: >= 1.10
name: ibhelper name: ibhelper
version: 0.1.0.0 version: 0.1.0.0
description: Please see the README.md description: Please see the README.md
homepage: https://github.com/Drezil/ibhelper#readme homepage: https://gitea.dresselhaus.cloud/Drezil/ibhelper#readme
bug-reports: https://github.com/Drezil/ibhelper/issues bug-reports: https://gitea.dresselhaus.cloud/Drezil/ibhelper/issues
author: Stefan Dresselhaus author: Stefan Dresselhaus
maintainer: sdressel@pwning.de maintainer: sdressel@pwning.de
copyright: 2022 Stefan Dresselhaus copyright: 2022 Stefan Dresselhaus
license: BSD3 license: AllRightsReserved
license-file: LICENSE license-file: LICENSE
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
ChangeLog.md
README.md README.md
ChangeLog.md
source-repository head source-repository head
type: git type: git
location: https://github.com/Drezil/ibhelper location: https://gitea.dresselhaus.cloud/Drezil/ibhelper
library library
exposed-modules: exposed-modules:
@ -39,7 +39,45 @@ library
Paths_ibhelper Paths_ibhelper
hs-source-dirs: hs-source-dirs:
src src
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields default-extensions:
BangPatterns
BinaryLiterals
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DoAndIfThenElse
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoImplicitPrelude
OverloadedStrings
PartialTypeSignatures
PatternGuards
PolyKinds
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeFamilies
TypeSynonymInstances
ViewPatterns
DuplicateRecordFields
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
include-dirs: include-dirs:
deps/dear-implot.hs/implot deps/dear-implot.hs/implot
@ -77,7 +115,45 @@ executable ibhelper-exe
Paths_ibhelper Paths_ibhelper
hs-source-dirs: hs-source-dirs:
app app
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields default-extensions:
BangPatterns
BinaryLiterals
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DoAndIfThenElse
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoImplicitPrelude
OverloadedStrings
PartialTypeSignatures
PatternGuards
PolyKinds
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeFamilies
TypeSynonymInstances
ViewPatterns
DuplicateRecordFields
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
include-dirs: include-dirs:
deps/dear-implot.hs/implot deps/dear-implot.hs/implot
@ -119,7 +195,45 @@ test-suite ibhelper-test
Paths_ibhelper Paths_ibhelper
hs-source-dirs: hs-source-dirs:
test test
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields default-extensions:
BangPatterns
BinaryLiterals
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
DoAndIfThenElse
EmptyDataDecls
ExistentialQuantification
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoImplicitPrelude
OverloadedStrings
PartialTypeSignatures
PatternGuards
PolyKinds
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeFamilies
TypeSynonymInstances
ViewPatterns
DuplicateRecordFields
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
include-dirs: include-dirs:
deps/dear-implot.hs/implot deps/dear-implot.hs/implot

View File

@ -0,0 +1,7 @@
#!/usr/bin/fish
for i in (stack ls dependencies --license --external | cut -d ' ' -f 2 | sort -u);
echo "# Licensed under $i:";
stack ls dependencies --license --external | grep $i | cut -d ' ' -f 1 | sort -u | sed 's/^/- /';
echo "";
echo "";
end > dependency-licenses.md