Loading copar.cabal +27 −18 Original line number Diff line number Diff line Loading @@ -292,10 +292,9 @@ executable random-dfa if !flag(benchmark-generators) buildable: False executable random-wta hs-source-dirs: src/random-wta main-is: Main.hs other-modules: Types library random-wta-lib hs-source-dirs: src/random-wta/lib exposed-modules: Types , Generator , Output , Probability Loading @@ -308,17 +307,32 @@ executable random-wta , FlexibleInstances , FunctionalDependencies build-depends: base >= 4.11 , optparse-applicative , vector , text , vector >= 0.12 && <0.13 , text >= 1.2 && <1.3 , random >= 1.1 && <1.2 , mtl >= 2.2 && <2.3 , megaparsec >= 7 && <8 , scientific >= 0.3 && <0.4 , containers >= 0.6 && <0.7 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False executable random-wta hs-source-dirs: src/random-wta main-is: Main.hs default-language: Haskell2010 default-extensions: OverloadedStrings build-depends: base >= 4.11 , random-wta-lib , optparse-applicative , prettyprinter >= 1.2.1 , prettyprinter-ansi-terminal >= 1.1.1.2 , prettyprinter-convert-ansi-wl-pprint , vector >= 0.12 && <0.13 , text >= 1.2 && <1.3 , random >= 1.1 && <1.2 , megaparsec >= 7 && <8 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False Loading @@ -327,17 +341,12 @@ test-suite random-wta-tests type: exitcode-stdio-1.0 hs-source-dirs: src/random-wta main-is: Tests.hs other-modules: Types , IndexedTransition , Generator , Probability default-language: Haskell2010 build-depends: base >= 4.11 , random-wta-lib , vector >= 0.12 && <0.13 , random >= 1.1 && <1.2 , mtl >= 2.2 && <2.3 , scientific >= 0.3 && <0.4 , containers >= 0.6 && <0.7 , hspec , QuickCheck , hspec >= 2.6 && <2.8 , QuickCheck >= 2.12 && <2.14 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False src/random-wta/Generator.hs→src/random-wta/lib/Generator.hs +0 −0 File moved. View file src/random-wta/Hoegberg.hs→src/random-wta/lib/Hoegberg.hs +0 −0 File moved. View file src/random-wta/IndexedTransition.hs→src/random-wta/lib/IndexedTransition.hs +0 −0 File moved. View file src/random-wta/Output.hs→src/random-wta/lib/Output.hs +0 −0 File moved. View file Loading
copar.cabal +27 −18 Original line number Diff line number Diff line Loading @@ -292,10 +292,9 @@ executable random-dfa if !flag(benchmark-generators) buildable: False executable random-wta hs-source-dirs: src/random-wta main-is: Main.hs other-modules: Types library random-wta-lib hs-source-dirs: src/random-wta/lib exposed-modules: Types , Generator , Output , Probability Loading @@ -308,17 +307,32 @@ executable random-wta , FlexibleInstances , FunctionalDependencies build-depends: base >= 4.11 , optparse-applicative , vector , text , vector >= 0.12 && <0.13 , text >= 1.2 && <1.3 , random >= 1.1 && <1.2 , mtl >= 2.2 && <2.3 , megaparsec >= 7 && <8 , scientific >= 0.3 && <0.4 , containers >= 0.6 && <0.7 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False executable random-wta hs-source-dirs: src/random-wta main-is: Main.hs default-language: Haskell2010 default-extensions: OverloadedStrings build-depends: base >= 4.11 , random-wta-lib , optparse-applicative , prettyprinter >= 1.2.1 , prettyprinter-ansi-terminal >= 1.1.1.2 , prettyprinter-convert-ansi-wl-pprint , vector >= 0.12 && <0.13 , text >= 1.2 && <1.3 , random >= 1.1 && <1.2 , megaparsec >= 7 && <8 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False Loading @@ -327,17 +341,12 @@ test-suite random-wta-tests type: exitcode-stdio-1.0 hs-source-dirs: src/random-wta main-is: Tests.hs other-modules: Types , IndexedTransition , Generator , Probability default-language: Haskell2010 build-depends: base >= 4.11 , random-wta-lib , vector >= 0.12 && <0.13 , random >= 1.1 && <1.2 , mtl >= 2.2 && <2.3 , scientific >= 0.3 && <0.4 , containers >= 0.6 && <0.7 , hspec , QuickCheck , hspec >= 2.6 && <2.8 , QuickCheck >= 2.12 && <2.14 ghc-options: -Wall -Wno-name-shadowing if !flag(benchmark-generators) buildable: False
src/random-wta/IndexedTransition.hs→src/random-wta/lib/IndexedTransition.hs +0 −0 File moved. View file