Rename to haga
This commit is contained in:
		
							parent
							
								
									bcf11d61e1
								
							
						
					
					
						commit
						69d176cbfb
					
				@ -1,17 +1,23 @@
 | 
				
			|||||||
cabal-version:       2.2
 | 
					cabal-version:       2.2
 | 
				
			||||||
name:                ga
 | 
					name:                haga
 | 
				
			||||||
version:             0.1.0.0
 | 
					version:             0.1.0.0
 | 
				
			||||||
-- synopsis:
 | 
					synopsis:            Simplistic Genetic Algorithms library
 | 
				
			||||||
-- description:
 | 
					description:         Haga is a simplistic library for implementing genetic
 | 
				
			||||||
 | 
					                     algorithms in Haskell. While it was originally created to
 | 
				
			||||||
 | 
					                     randomly assign topics to students in seminars while
 | 
				
			||||||
 | 
					                     respecting their priorities, since then, it has become
 | 
				
			||||||
 | 
					                     slightly more general with the outlook of one day being a
 | 
				
			||||||
 | 
					                     fully fledged GA library usable for many different
 | 
				
			||||||
 | 
					                     problems. Haga is also used as a test bed for fun ideas
 | 
				
			||||||
 | 
					                     such as representing improvements in the population's
 | 
				
			||||||
 | 
					                     fitness using MIDI sound.
 | 
				
			||||||
license:             GPL-3.0-only
 | 
					license:             GPL-3.0-only
 | 
				
			||||||
license-file:        LICENSE
 | 
					license-file:        LICENSE
 | 
				
			||||||
author:              David Pätzel
 | 
					author:              David Pätzel
 | 
				
			||||||
maintainer:          david.paetzel@informatik.uni-augsburg.de
 | 
					maintainer:          david.paetzel@posteo.de
 | 
				
			||||||
-- copyright:
 | 
					copyright:           Copyright (c): 2019 David Pätzel
 | 
				
			||||||
-- category:
 | 
					category:            Optimization
 | 
				
			||||||
build-type:          Simple
 | 
					build-type:          Simple
 | 
				
			||||||
-- extra-source-files:  CHANGELOG.md
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
library
 | 
					library
 | 
				
			||||||
  build-depends:       base ^>=4.12.0.0
 | 
					  build-depends:       base ^>=4.12.0.0
 | 
				
			||||||
@ -34,7 +40,7 @@ library
 | 
				
			|||||||
                     , SS19
 | 
					                     , SS19
 | 
				
			||||||
                     , WS19
 | 
					                     , WS19
 | 
				
			||||||
 | 
					
 | 
				
			||||||
executable ga
 | 
					executable haga
 | 
				
			||||||
  build-depends:       base ^>=4.12.0.0
 | 
					  build-depends:       base ^>=4.12.0.0
 | 
				
			||||||
                     , extra
 | 
					                     , extra
 | 
				
			||||||
                     , MonadRandom
 | 
					                     , MonadRandom
 | 
				
			||||||
@ -56,7 +62,7 @@ executable ga
 | 
				
			|||||||
                     , SS19
 | 
					                     , SS19
 | 
				
			||||||
                     , WS19
 | 
					                     , WS19
 | 
				
			||||||
 | 
					
 | 
				
			||||||
executable ga-tests
 | 
					executable haga-tests
 | 
				
			||||||
  build-depends:       base ^>=4.12.0.0
 | 
					  build-depends:       base ^>=4.12.0.0
 | 
				
			||||||
                     , Cabal
 | 
					                     , Cabal
 | 
				
			||||||
                     , extra
 | 
					                     , extra
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user