Skip to content

Commit

Permalink
Moved 'Data.Monoid.CartProduct', 'Data.Monoid.Conv', 'Data.Monoid.Con…
Browse files Browse the repository at this point in the history
…v2', and 'Data.Monoid.Kronecker' modules to new 'hmatrix-monoids' package.
  • Loading branch information
markborkum committed Jun 4, 2017
1 parent c2ac86e commit e50c25f
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 8 deletions.
10 changes: 2 additions & 8 deletions MFAPipe/MFAPipe.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ executable mfaPipe
glpk-hs,
hmatrix,
hmatrix-algorithms-gauss-jordan,
hmatrix-monoids,
lens,
levmar,
logger,
Expand All @@ -81,10 +82,6 @@ executable mfaPipe
other-modules:
Data.Injective
Data.List.Extras
Data.Monoid.CartProduct
Data.Monoid.Conv
Data.Monoid.Conv2
Data.Monoid.Kronecker
Language.FluxJS.Conversion.Text
Language.FluxJS.Types
Language.INCA.Constants
Expand Down Expand Up @@ -177,6 +174,7 @@ library
glpk-hs,
hmatrix,
hmatrix-algorithms-gauss-jordan,
hmatrix-monoids,
lens,
levmar,
logger,
Expand All @@ -201,10 +199,6 @@ library
exposed-modules:
Data.Injective
Data.List.Extras
Data.Monoid.CartProduct
Data.Monoid.Conv
Data.Monoid.Conv2
Data.Monoid.Kronecker
Language.FluxJS.Conversion.Text
Language.FluxJS.Types
Language.INCA.Constants
Expand Down
12 changes: 12 additions & 0 deletions hmatrix-monoids/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Copyright 2016-17 Pacific Northwest National Laboratory Licensed under the
Educational Community License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may
obtain a copy of the License at

http://www.osedu.org/licenses/ECL-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing
permissions and limitations under the License.
16 changes: 16 additions & 0 deletions hmatrix-monoids/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# hmatrix-monoids v0.1.0.0

## License (ECL-2.0)

Copyright 2016-17 Pacific Northwest National Laboratory Licensed under the
Educational Community License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may
obtain a copy of the License at

http://www.osedu.org/licenses/ECL-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
or implied. See the License for the specific language governing
permissions and limitations under the License.
2 changes: 2 additions & 0 deletions hmatrix-monoids/Setup.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain
24 changes: 24 additions & 0 deletions hmatrix-monoids/hmatrix-monoids.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: hmatrix-monoids
version: 0.1.0.0
-- synopsis:
-- description:
-- homepage:
license: OtherLicense
license-file: LICENSE
author: Mark Borkum
maintainer: mark.borkum@pnnl.gov
copyright: 2016-17 Pacific Northwest National Laboratory
category: System
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10

library
hs-source-dirs: src
exposed-modules: Data.Monoid.CartProduct
, Data.Monoid.Conv
, Data.Monoid.Conv2
, Data.Monoid.Kronecker
build-depends: base >= 4.7 && < 5
, hmatrix
default-language: Haskell2010
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages:
- fgl-instances
- fgl-lens
- hmatrix-algorithms-gauss-jordan
- hmatrix-monoids
- logger-instances

# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
Expand Down

0 comments on commit e50c25f

Please sign in to comment.